Html Css Color HEX #CC0825 Fire Engine Red

📋 copy color: '#CC0825'

red 204 ◦ green 8 ◦ blue 37

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

Shades of Fire Engine Red #CC0825

Tints of Fire Engine Red #CC0825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.21%

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

R = 81.93%
G = 3.21%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC0825 (or 0xCC0825) is known color: Fire Engine Red. HEX triplet: CC, 08 and 25. RGB value is (204,8,37). Sum of RGB (Red+Green+Blue) = 204+8+37=249 (32% of max value = 765). Red value is 204 (80.08% from 255 or 81.93% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0825 is #33F7DA. Grayscale: #454545. Windows color (decimal): -3405787 or 2427084. OLE color: 2427084.

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

Color convert

RGB 204 8 37 -
CMYK 0 0.96 0.82 0.2
HSL 351.12º 0.92% 0.42% -
HSV(B) 351.12º 0.96% 0.8% -
XYZ 25.32 13.14 2.95 -
YUV 69.91 109.43 223.64 -
System Red Green Blue C M Y K H S L
Decimal 204 8 37 0 0.96 0.82 0.2 351.12 0.92 0.42
Hex CC 8 25 0 60 52 14 15F 5C 2A
Octal 314 10 45 0 140 122 24 537 134 52
Binary 11001100 1000 100101 0 1100000 1010010 10100 101011111 1011100 101010

Color Harmonies of #CC0825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0825

Black with #CC0825

Text Example


Text Example

White with #CC0825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0825; }

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

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

background-color css

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

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

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

border-color css

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

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

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