Html Css Color HEX #CC202C Fire Engine Red

📋 copy color: '#CC202C'

red 204 ◦ green 32 ◦ blue 44

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

Shades of Fire Engine Red #CC202C

Tints of Fire Engine Red #CC202C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.43%

 BLUE value IS 44 (17.58% from 255) = 15.71%

R = 72.86%
G = 11.43%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC202C (or 0xCC202C) is known color: Fire Engine Red. HEX triplet: CC, 20 and 2C. RGB value is (204,32,44). Sum of RGB (Red+Green+Blue) = 204+32+44=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC202C is #33DFD3. Grayscale: #545454. Windows color (decimal): -3399636 or 2891980. OLE color: 2891980.

HSL color Cylindrical-coordinate representation of color #CC202C: hue angle of 355.81º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC202C is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 32 44 -
CMYK 0 0.84 0.78 0.2
HSL 355.81º 0.73% 0.46% -
HSV(B) 355.81º 0.84% 0.8% -
XYZ 25.87 14.05 3.73 -
YUV 84.8 104.98 213.02 -
System Red Green Blue C M Y K H S L
Decimal 204 32 44 0 0.84 0.78 0.2 355.81 0.73 0.46
Hex CC 20 2C 0 54 4E 14 164 49 2E
Octal 314 40 54 0 124 116 24 544 111 56
Binary 11001100 100000 101100 0 1010100 1001110 10100 101100100 1001001 101110

Color Harmonies of #CC202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC202C

Black with #CC202C

Text Example


Text Example

White with #CC202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC202C; }

 p { color: rgb(204,32,44); }

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

background-color css

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

 a { background-color: rgb(204,32,44); }

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

border-color css

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

 span { border-color: rgb(204,32,44); }

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