Html Css Color HEX #CC0436 Crimson

📋 copy color: '#CC0436'

red 204 ◦ green 4 ◦ blue 54

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

Shades of Crimson #CC0436

Tints of Crimson #CC0436

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

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

R = 77.86%
G = 1.53%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CC0436 (or 0xCC0436) is known color: Crimson. HEX triplet: CC, 04 and 36. RGB value is (204,4,54). Sum of RGB (Red+Green+Blue) = 204+4+54=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0436 is #33FBC9. Grayscale: #454545. Windows color (decimal): -3406794 or 3540172. OLE color: 3540172.

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

Color convert

RGB 204 4 54 -
CMYK 0 0.98 0.74 0.2
HSL 345º 0.96% 0.41% -
HSV(B) 345º 0.98% 0.8% -
XYZ 25.61 13.19 4.69 -
YUV 69.5 119.26 223.93 -
System Red Green Blue C M Y K H S L
Decimal 204 4 54 0 0.98 0.74 0.2 345 0.96 0.41
Hex CC 4 36 0 62 4A 14 159 60 29
Octal 314 4 66 0 142 112 24 531 140 51
Binary 11001100 100 110110 0 1100010 1001010 10100 101011001 1100000 101001

Color Harmonies of #CC0436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0436

Black with #CC0436

Text Example


Text Example

White with #CC0436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0436; }

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

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

background-color css

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

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

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

border-color css

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

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

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