Html Css Color HEX #CC2425 Fire Engine Red

📋 copy color: '#CC2425'

red 204 ◦ green 36 ◦ blue 37

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

Shades of Fire Engine Red #CC2425

Tints of Fire Engine Red #CC2425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13%

 BLUE value IS 37 (14.84% from 255) = 13.36%

R = 73.65%
G = 13%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC2425 (or 0xCC2425) is known color: Fire Engine Red. HEX triplet: CC, 24 and 25. RGB value is (204,36,37). Sum of RGB (Red+Green+Blue) = 204+36+37=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2425 is #33DBDA. Grayscale: #565656. Windows color (decimal): -3398619 or 2434252. OLE color: 2434252.

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

Color convert

RGB 204 36 37 -
CMYK 0 0.82 0.82 0.2
HSL 359.64º 0.7% 0.47% -
HSV(B) 359.64º 0.82% 0.8% -
XYZ 25.87 14.23 3.13 -
YUV 86.35 100.16 211.92 -
System Red Green Blue C M Y K H S L
Decimal 204 36 37 0 0.82 0.82 0.2 359.64 0.7 0.47
Hex CC 24 25 0 52 52 14 168 46 2F
Octal 314 44 45 0 122 122 24 550 106 57
Binary 11001100 100100 100101 0 1010010 1010010 10100 101101000 1000110 101111

Color Harmonies of #CC2425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2425

Black with #CC2425

Text Example


Text Example

White with #CC2425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2425; }

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

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

background-color css

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

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

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

border-color css

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

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

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