Html Css Color HEX #CE0645 Crimson

📋 copy color: '#CE0645'

red 206 ◦ green 6 ◦ blue 69

#CE0645
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #CE0645

Tints of Crimson #CE0645

RGB

 RED value IS 206 (80.86% from 255) = 73.31%

 GREEN value IS 6 (2.73% from 255) = 2.14%

 BLUE value IS 69 (27.34% from 255) = 24.56%

R = 73.31%
G = 2.14%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE0645 (or 0xCE0645) is known color: Crimson. HEX triplet: CE, 06 and 45. RGB value is (206,6,69). Sum of RGB (Red+Green+Blue) = 206+6+69=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0645 is #31F9BA. Grayscale: #484848. Windows color (decimal): -3275195 or 4523726. OLE color: 4523726.

HSL color Cylindrical-coordinate representation of color #CE0645: hue angle of 341.1º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CE0645 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 6 69 -
CMYK 0 0.97 0.67 0.19
HSL 341.1º 0.94% 0.42% -
HSV(B) 341.1º 0.97% 0.81% -
XYZ 26.59 13.68 6.87 -
YUV 72.98 125.76 222.88 -
System Red Green Blue C M Y K H S L
Decimal 206 6 69 0 0.97 0.67 0.19 341.1 0.94 0.42
Hex CE 6 45 0 61 43 13 155 5E 2A
Octal 316 6 105 0 141 103 23 525 136 52
Binary 11001110 110 1000101 0 1100001 1000011 10011 101010101 1011110 101010

Color Harmonies of #CE0645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0645

Black with #CE0645

Text Example


Text Example

White with #CE0645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0645; }

 p { color: rgb(206,6,69); }

 H1.HeaderClassName
 {
   color: #CE0645;
 }
 .AnyTagClassName
 {
   color: #CE0645;
 }
</style>

background-color css

<style>
 a { background-color: #CE0645; }

 a { background-color: rgb(206,6,69); }

 div.DivClassName
 {
   background-color: #CE0645;
 }
 .BgClassName
 {
   background-color: #CE0645;
 }
</style>

border-color css

<style>
 span { border-color: #CE0645; }

 span { border-color: rgb(206,6,69); }

 td.TdClassName
 {
   border-color: #CE0645;
 }
 .TagClassName
 {
   border-color: #CE0645;
 }
</style>