Html Css Color HEX #CE0944 Crimson

📋 copy color: '#CE0944'

red 206 ◦ green 9 ◦ blue 68

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

Shades of Crimson #CE0944

Tints of Crimson #CE0944

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.18%

 BLUE value IS 68 (26.95% from 255) = 24.03%

R = 72.79%
G = 3.18%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE0944 (or 0xCE0944) is known color: Crimson. HEX triplet: CE, 09 and 44. RGB value is (206,9,68). Sum of RGB (Red+Green+Blue) = 206+9+68=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0944 is #31F6BB. Grayscale: #4A4A4A. Windows color (decimal): -3274428 or 4458958. OLE color: 4458958.

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

Color convert

RGB 206 9 68 -
CMYK 0 0.96 0.67 0.19
HSL 342.03º 0.92% 0.42% -
HSV(B) 342.03º 0.96% 0.81% -
XYZ 26.59 13.73 6.72 -
YUV 74.63 124.27 221.7 -
System Red Green Blue C M Y K H S L
Decimal 206 9 68 0 0.96 0.67 0.19 342.03 0.92 0.42
Hex CE 9 44 0 60 43 13 156 5C 2A
Octal 316 11 104 0 140 103 23 526 134 52
Binary 11001110 1001 1000100 0 1100000 1000011 10011 101010110 1011100 101010

Color Harmonies of #CE0944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0944

Black with #CE0944

Text Example


Text Example

White with #CE0944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0944; }

 p { color: rgb(206,9,68); }

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

background-color css

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

 a { background-color: rgb(206,9,68); }

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

border-color css

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

 span { border-color: rgb(206,9,68); }

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