#D00F28

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

Shades of Fire Engine Red #D00F28

Tints of Fire Engine Red #D00F28

Color information

#D00F28 (or 0xD00F28) is unknown color: approx Fire Engine Red. HEX triplet: D0, 0F and 28. RGB value is (208,15,40). Sum of RGB (Red+Green+Blue) = 208+15+40=263 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.09% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 208 - color contains mainly: red. Hex color #D00F28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00F28 is #2FF0D7. Grayscale: #4B4B4B. Windows color (decimal): -3141848 or 2625488. OLE color: 2625488.

HSL color Cylindrical-coordinate representation of color #D00F28: hue angle of 352.23º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D00F28 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB2081540-
CMYK00.930.810.18
HSL352.23º86.55%43.73%-
HSV(B)352.23º92.79%81.57%-
XYZ26.5713.93.29-
YUV75.56107.94222.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 79.09%
GREEN value IS 15 (6.25% from 255) = 5.70%
BLUE value IS 40 (16.02% from 255) = 15.21%
R=79.09%
G=5.70%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208154000.930.810.18352.2386.5543.73
HexD0F2805D5112160572c
Octal320175001351212254012754
Binary110100001111101000010111011010001100101011000001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00F28; }

 p { color: rgb(208,15,40); }

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

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

 a { background-color: rgb(208,15,40); }

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

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

 span { border-color: rgb(208,15,40); }

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