Html Css Color HEX #CC022F Crimson

📋 copy color: '#CC022F'

red 204 ◦ green 2 ◦ blue 47

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

Shades of Crimson #CC022F

Tints of Crimson #CC022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.58%

R = 80.63%
G = 0.79%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC022F (or 0xCC022F) is known color: Crimson. HEX triplet: CC, 02 and 2F. RGB value is (204,2,47). Sum of RGB (Red+Green+Blue) = 204+2+47=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC022F is #33FDD0. Grayscale: #434343. Windows color (decimal): -3407313 or 3080908. OLE color: 3080908.

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

Color convert

RGB 204 2 47 -
CMYK 0 0.99 0.77 0.2
HSL 346.63º 0.98% 0.4% -
HSV(B) 346.63º 0.99% 0.8% -
XYZ 25.44 13.09 3.87 -
YUV 67.53 116.42 225.34 -
System Red Green Blue C M Y K H S L
Decimal 204 2 47 0 0.99 0.77 0.2 346.63 0.98 0.4
Hex CC 2 2F 0 63 4D 14 15B 62 28
Octal 314 2 57 0 143 115 24 533 142 50
Binary 11001100 10 101111 0 1100011 1001101 10100 101011011 1100010 101000

Color Harmonies of #CC022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC022F

Black with #CC022F

Text Example


Text Example

White with #CC022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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