Html Css Color HEX #CC0836 Crimson

📋 copy color: '#CC0836'

red 204 ◦ green 8 ◦ blue 54

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

Shades of Crimson #CC0836

Tints of Crimson #CC0836

RGB

 RED value IS 204 (80.08% from 255) = 76.69%

 GREEN value IS 8 (3.52% from 255) = 3.01%

 BLUE value IS 54 (21.48% from 255) = 20.3%

R = 76.69%
G = 3.01%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC0836 (or 0xCC0836) is known color: Crimson. HEX triplet: CC, 08 and 36. RGB value is (204,8,54). Sum of RGB (Red+Green+Blue) = 204+8+54=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0836 is #33F7C9. Grayscale: #474747. Windows color (decimal): -3405770 or 3541196. OLE color: 3541196.

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

Color convert

RGB 204 8 54 -
CMYK 0 0.96 0.74 0.2
HSL 345.92º 0.92% 0.42% -
HSV(B) 345.92º 0.96% 0.8% -
XYZ 25.65 13.28 4.7 -
YUV 71.85 117.93 222.26 -
System Red Green Blue C M Y K H S L
Decimal 204 8 54 0 0.96 0.74 0.2 345.92 0.92 0.42
Hex CC 8 36 0 60 4A 14 15A 5C 2A
Octal 314 10 66 0 140 112 24 532 134 52
Binary 11001100 1000 110110 0 1100000 1001010 10100 101011010 1011100 101010

Color Harmonies of #CC0836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0836

Black with #CC0836

Text Example


Text Example

White with #CC0836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0836; }

 p { color: rgb(204,8,54); }

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

background-color css

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

 a { background-color: rgb(204,8,54); }

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

border-color css

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

 span { border-color: rgb(204,8,54); }

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