#D01B2E

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

Shades of Fire Engine Red #D01B2E

Tints of Fire Engine Red #D01B2E

Color information

#D01B2E (or 0xD01B2E) is unknown color: approx Fire Engine Red. HEX triplet: D0, 1B and 2E. RGB value is (208,27,46). Sum of RGB (Red+Green+Blue) = 208+27+46=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D01B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01B2E is #2FE4D1. Grayscale: #535353. Windows color (decimal): -3138770 or 3021776. OLE color: 3021776.

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

Color convert

RGB2082746-
CMYK00.870.780.18
HSL353.7º77.02%46.08%-
HSV(B)353.7º87.02%81.57%-
XYZ26.914.393.94-
YUV83.28106.97216.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 74.02%
GREEN value IS 27 (10.94% from 255) = 9.61%
BLUE value IS 46 (18.36% from 255) = 16.37%
R=74.02%
G=9.61%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208274600.870.780.18353.777.0246.08
HexD01B2E0574E121624d2e
Octal320335601271162254211556
Binary1101000011011101110010101111001110100101011000101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01B2E; }

 p { color: rgb(208,27,46); }

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

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

 a { background-color: rgb(208,27,46); }

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

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

 span { border-color: rgb(208,27,46); }

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