#D01617

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

Shades of Fire Engine Red #D01617

Tints of Fire Engine Red #D01617

Color information

#D01617 (or 0xD01617) is unknown color: approx Fire Engine Red. HEX triplet: D0, 16 and 17. RGB value is (208,22,23). Sum of RGB (Red+Green+Blue) = 208+22+23=253 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.21% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 208 - color contains mainly: red. Hex color #D01617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01617 is #2FE9E8. Grayscale: #4D4D4D. Windows color (decimal): -3140073 or 1513168. OLE color: 1513168.

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

Color convert

RGB2082223-
CMYK00.890.890.18
HSL359.68º80.87%45.1%-
HSV(B)359.68º89.42%81.57%-
XYZ26.4514.052.13-
YUV77.7397.12220.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 82.21%
GREEN value IS 22 (8.98% from 255) = 8.70%
BLUE value IS 23 (9.38% from 255) = 9.09%
R=82.21%
G=8.70%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208222300.890.890.18359.6880.8745.1
HexD016170595912168512d
Octal320262701311312255012155
Binary110100001011010111010110011011001100101011010001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01617; }

 p { color: rgb(208,22,23); }

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

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

 a { background-color: rgb(208,22,23); }

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

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

 span { border-color: rgb(208,22,23); }

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