Html Css Color HEX #CC0936 Crimson

📋 copy color: '#CC0936'

red 204 ◦ green 9 ◦ blue 54

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

Shades of Crimson #CC0936

Tints of Crimson #CC0936

RGB

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

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

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

R = 76.4%
G = 3.37%
B = 20.22%

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

#CC0936 (or 0xCC0936) is known color: Crimson. HEX triplet: CC, 09 and 36. RGB value is (204,9,54). Sum of RGB (Red+Green+Blue) = 204+9+54=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0936 is #33F6C9. Grayscale: #484848. Windows color (decimal): -3405514 or 3541452. OLE color: 3541452.

HSL color Cylindrical-coordinate representation of color #CC0936: hue angle of 346.15º 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 #CC0936 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 9 54 -
CMYK 0 0.96 0.74 0.2
HSL 346.15º 0.92% 0.42% -
HSV(B) 346.15º 0.96% 0.8% -
XYZ 25.67 13.3 4.7 -
YUV 72.44 117.6 221.84 -
System Red Green Blue C M Y K H S L
Decimal 204 9 54 0 0.96 0.74 0.2 346.15 0.92 0.42
Hex CC 9 36 0 60 4A 14 15A 5C 2A
Octal 314 11 66 0 140 112 24 532 134 52
Binary 11001100 1001 110110 0 1100000 1001010 10100 101011010 1011100 101010

Color Harmonies of #CC0936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0936

Black with #CC0936

Text Example


Text Example

White with #CC0936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0936; }

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

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

background-color css

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

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

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

border-color css

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

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

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