#CD0824

Color #CD0824 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #CD0824

Tints of Fire Engine Red #CD0824

Color information

#CD0824 (or 0xCD0824) is unknown color: approx Fire Engine Red. HEX triplet: CD, 08 and 24. RGB value is (205,8,36). Sum of RGB (Red+Green+Blue) = 205+8+36=249 (32% of max value = 765). Red value is 205 (80.47% from 255 or 82.33% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD0824 is #32F7DB. Grayscale: #464646. Windows color (decimal): -3340252 or 2361549. OLE color: 2361549.

HSL color Cylindrical-coordinate representation of color #CD0824: hue angle of 351.47º 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 #CD0824 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB205836-
CMYK00.960.820.20
HSL351.47º92.49%41.76%-
HSV(B)351.47º96.1%80.39%-
XYZ25.5813.282.88-
YUV70.1108.77224.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 82.33%
GREEN value IS 8 (3.52% from 255) = 3.21%
BLUE value IS 36 (14.45% from 255) = 14.46%
R=82.33%
G=3.21%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20583600.960.820.20351.4792.4941.76
HexCD824060521415f5c2a
Octal315104401401222453713452
Binary110011011000100100011000001010010101001010111111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD0824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD0824; }

 p { color: rgb(205,8,36); }

 H1.HeaderClassName
 {
   color: #CD0824;
 }
 .AnyTagClassName
 {
   color: #CD0824;
 }
</style>
background-color css

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

 a { background-color: rgb(205,8,36); }

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

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

 span { border-color: rgb(205,8,36); }

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