#D01726

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

Shades of Fire Engine Red #D01726

Tints of Fire Engine Red #D01726

Color information

#D01726 (or 0xD01726) is unknown color: approx Fire Engine Red. HEX triplet: D0, 17 and 26. RGB value is (208,23,38). Sum of RGB (Red+Green+Blue) = 208+23+38=269 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.32% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 208 - color contains mainly: red. Hex color #D01726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01726 is #2FE8D9. Grayscale: #505050. Windows color (decimal): -3139802 or 2496464. OLE color: 2496464.

HSL color Cylindrical-coordinate representation of color #D01726: hue angle of 355.14º degrees, saturation: 0.8, 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 #D01726 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB2082338-
CMYK00.890.820.18
HSL355.14º80.09%45.29%-
HSV(B)355.14º88.94%81.57%-
XYZ26.6714.163.16-
YUV80.02104.29219.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 77.32%
GREEN value IS 23 (9.38% from 255) = 8.55%
BLUE value IS 38 (15.23% from 255) = 14.13%
R=77.32%
G=8.55%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208233800.890.820.18355.1480.0945.29
HexD017260595212163502d
Octal320274601311222254312055
Binary1101000010111100110010110011010010100101011000111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01726; }

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

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

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

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

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

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

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

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