Html Css Color HEX #CC2129 Fire Engine Red

📋 copy color: '#CC2129'

red 204 ◦ green 33 ◦ blue 41

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

Shades of Fire Engine Red #CC2129

Tints of Fire Engine Red #CC2129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.75%

R = 73.38%
G = 11.87%
B = 14.75%

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

#CC2129 (or 0xCC2129) is known color: Fire Engine Red. HEX triplet: CC, 21 and 29. RGB value is (204,33,41). Sum of RGB (Red+Green+Blue) = 204+33+41=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2129 is #33DED6. Grayscale: #555555. Windows color (decimal): -3399383 or 2695628. OLE color: 2695628.

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

Color convert

RGB 204 33 41 -
CMYK 0 0.84 0.80 0.2
HSL 357.19º 0.72% 0.46% -
HSV(B) 357.19º 0.84% 0.8% -
XYZ 25.85 14.09 3.45 -
YUV 85.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 204 33 41 0 0.84 0.80 0.2 357.19 0.72 0.46
Hex CC 21 29 0 54 50 14 165 48 2E
Octal 314 41 51 0 124 120 24 545 110 56
Binary 11001100 100001 101001 0 1010100 1010000 10100 101100101 1001000 101110

Color Harmonies of #CC2129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2129

Black with #CC2129

Text Example


Text Example

White with #CC2129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2129; }

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

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

background-color css

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

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

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

border-color css

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

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

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