Html Css Color HEX #CC2329 Fire Engine Red

📋 copy color: '#CC2329'

red 204 ◦ green 35 ◦ blue 41

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

Shades of Fire Engine Red #CC2329

Tints of Fire Engine Red #CC2329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.5%

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

R = 72.86%
G = 12.5%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC2329 (or 0xCC2329) is known color: Fire Engine Red. HEX triplet: CC, 23 and 29. RGB value is (204,35,41). Sum of RGB (Red+Green+Blue) = 204+35+41=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2329 is #33DCD6. Grayscale: #565656. Windows color (decimal): -3398871 or 2696140. OLE color: 2696140.

HSL color Cylindrical-coordinate representation of color #CC2329: hue angle of 357.87º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2329 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 35 41 -
CMYK 0 0.83 0.80 0.2
HSL 357.87º 0.71% 0.47% -
HSV(B) 357.87º 0.83% 0.8% -
XYZ 25.9 14.2 3.47 -
YUV 86.22 102.49 212.01 -
System Red Green Blue C M Y K H S L
Decimal 204 35 41 0 0.83 0.80 0.2 357.87 0.71 0.47
Hex CC 23 29 0 53 50 14 166 47 2F
Octal 314 43 51 0 123 120 24 546 107 57
Binary 11001100 100011 101001 0 1010011 1010000 10100 101100110 1000111 101111

Color Harmonies of #CC2329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2329

Black with #CC2329

Text Example


Text Example

White with #CC2329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2329; }

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

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

background-color css

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

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

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

border-color css

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

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

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