Html Css Color HEX #CC2128 Fire Engine Red

📋 copy color: '#CC2128'

red 204 ◦ green 33 ◦ blue 40

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

Shades of Fire Engine Red #CC2128

Tints of Fire Engine Red #CC2128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.91%

 BLUE value IS 40 (16.02% from 255) = 14.44%

R = 73.65%
G = 11.91%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC2128 (or 0xCC2128) is known color: Fire Engine Red. HEX triplet: CC, 21 and 28. RGB value is (204,33,40). Sum of RGB (Red+Green+Blue) = 204+33+40=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2128 is #33DED7. Grayscale: #555555. Windows color (decimal): -3399384 or 2630092. OLE color: 2630092.

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

Color convert

RGB 204 33 40 -
CMYK 0 0.84 0.80 0.2
HSL 357.54º 0.72% 0.46% -
HSV(B) 357.54º 0.84% 0.8% -
XYZ 25.83 14.08 3.36 -
YUV 84.93 102.65 212.93 -
System Red Green Blue C M Y K H S L
Decimal 204 33 40 0 0.84 0.80 0.2 357.54 0.72 0.46
Hex CC 21 28 0 54 50 14 166 48 2E
Octal 314 41 50 0 124 120 24 546 110 56
Binary 11001100 100001 101000 0 1010100 1010000 10100 101100110 1001000 101110

Color Harmonies of #CC2128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2128

Black with #CC2128

Text Example


Text Example

White with #CC2128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2128; }

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

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

background-color css

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

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

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

border-color css

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

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

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