#CD072D

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

Shades of Fire Engine Red #CD072D

Tints of Fire Engine Red #CD072D

Color information

#CD072D (or 0xCD072D) is unknown color: approx Fire Engine Red. HEX triplet: CD, 07 and 2D. RGB value is (205,7,45). Sum of RGB (Red+Green+Blue) = 205+7+45=257 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.77% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 205 - color contains mainly: red. Hex color #CD072D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD072D is #32F8D2. Grayscale: #464646. Windows color (decimal): -3340499 or 2951117. OLE color: 2951117.

HSL color Cylindrical-coordinate representation of color #CD072D: hue angle of 348.48º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD072D is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB205745-
CMYK00.970.780.20
HSL348.48º93.4%41.57%-
HSV(B)348.48º96.59%80.39%-
XYZ25.7313.323.7-
YUV70.53113.6223.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 79.77%
GREEN value IS 7 (3.12% from 255) = 2.72%
BLUE value IS 45 (17.97% from 255) = 17.51%
R=79.77%
G=2.72%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20574500.970.780.20348.4893.441.57
HexCD72D0614E1415c5d2a
Octal31575501411162453413552
Binary11001101111101101011000011001110101001010111001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD072D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD072D; }

 p { color: rgb(205,7,45); }

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

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

 a { background-color: rgb(205,7,45); }

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

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

 span { border-color: rgb(205,7,45); }

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