Html Css Color HEX #CC2021 Fire Engine Red

📋 copy color: '#CC2021'

red 204 ◦ green 32 ◦ blue 33

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

Shades of Fire Engine Red #CC2021

Tints of Fire Engine Red #CC2021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.27%

R = 75.84%
G = 11.9%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC2021 (or 0xCC2021) is known color: Fire Engine Red. HEX triplet: CC, 20 and 21. RGB value is (204,32,33). Sum of RGB (Red+Green+Blue) = 204+32+33=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2021 is #33DFDE. Grayscale: #535353. Windows color (decimal): -3399647 or 2171084. OLE color: 2171084.

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

Color convert

RGB 204 32 33 -
CMYK 0 0.84 0.84 0.2
HSL 359.65º 0.73% 0.46% -
HSV(B) 359.65º 0.84% 0.8% -
XYZ 25.69 13.98 2.78 -
YUV 83.54 99.48 213.92 -
System Red Green Blue C M Y K H S L
Decimal 204 32 33 0 0.84 0.84 0.2 359.65 0.73 0.46
Hex CC 20 21 0 54 54 14 168 49 2E
Octal 314 40 41 0 124 124 24 550 111 56
Binary 11001100 100000 100001 0 1010100 1010100 10100 101101000 1001001 101110

Color Harmonies of #CC2021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2021

Black with #CC2021

Text Example


Text Example

White with #CC2021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2021; }

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

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

background-color css

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

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

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

border-color css

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

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

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