Html Css Color HEX #CC2529 Fire Engine Red

📋 copy color: '#CC2529'

red 204 ◦ green 37 ◦ blue 41

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

Shades of Fire Engine Red #CC2529

Tints of Fire Engine Red #CC2529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.12%

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

R = 72.34%
G = 13.12%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC2529 (or 0xCC2529) is known color: Fire Engine Red. HEX triplet: CC, 25 and 29. RGB value is (204,37,41). Sum of RGB (Red+Green+Blue) = 204+37+41=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2529 is #33DAD6. Grayscale: #575757. Windows color (decimal): -3398359 or 2696652. OLE color: 2696652.

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

Color convert

RGB 204 37 41 -
CMYK 0 0.82 0.80 0.2
HSL 358.56º 0.69% 0.47% -
HSV(B) 358.56º 0.82% 0.8% -
XYZ 25.96 14.32 3.49 -
YUV 87.39 101.83 211.17 -
System Red Green Blue C M Y K H S L
Decimal 204 37 41 0 0.82 0.80 0.2 358.56 0.69 0.47
Hex CC 25 29 0 52 50 14 167 45 2F
Octal 314 45 51 0 122 120 24 547 105 57
Binary 11001100 100101 101001 0 1010010 1010000 10100 101100111 1000101 101111

Color Harmonies of #CC2529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2529

Black with #CC2529

Text Example


Text Example

White with #CC2529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2529; }

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

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

background-color css

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

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

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

border-color css

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

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

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