Html Css Color HEX #CC0232 Crimson

📋 copy color: '#CC0232'

red 204 ◦ green 2 ◦ blue 50

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

Shades of Crimson #CC0232

Tints of Crimson #CC0232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 50 (19.92% from 255) = 19.53%

R = 79.69%
G = 0.78%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC0232 (or 0xCC0232) is known color: Crimson. HEX triplet: CC, 02 and 32. RGB value is (204,2,50). Sum of RGB (Red+Green+Blue) = 204+2+50=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0232 is #33FDCD. Grayscale: #434343. Windows color (decimal): -3407310 or 3277516. OLE color: 3277516.

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

Color convert

RGB 204 2 50 -
CMYK 0 0.99 0.75 0.2
HSL 345.74º 0.98% 0.4% -
HSV(B) 345.74º 0.99% 0.8% -
XYZ 25.5 13.11 4.2 -
YUV 67.87 117.92 225.1 -
System Red Green Blue C M Y K H S L
Decimal 204 2 50 0 0.99 0.75 0.2 345.74 0.98 0.4
Hex CC 2 32 0 63 4B 14 15A 62 28
Octal 314 2 62 0 143 113 24 532 142 50
Binary 11001100 10 110010 0 1100011 1001011 10100 101011010 1100010 101000

Color Harmonies of #CC0232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0232

Black with #CC0232

Text Example


Text Example

White with #CC0232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0232; }

 p { color: rgb(204,2,50); }

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

background-color css

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

 a { background-color: rgb(204,2,50); }

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

border-color css

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

 span { border-color: rgb(204,2,50); }

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