#DF0326

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

Shades of Fire Engine Red #DF0326

Tints of Fire Engine Red #DF0326

Color information

#DF0326 (or 0xDF0326) is unknown color: approx Fire Engine Red. HEX triplet: DF, 03 and 26. RGB value is (223,3,38). Sum of RGB (Red+Green+Blue) = 223+3+38=264 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.47% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0326 is #20FCD9. Grayscale: #484848. Windows color (decimal): -2161882 or 2491359. OLE color: 2491359.

HSL color Cylindrical-coordinate representation of color #DF0326: hue angle of 350.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0326 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB223338-
CMYK00.990.830.13
HSL350.45º97.35%44.31%-
HSV(B)350.45º98.65%87.45%-
XYZ30.8115.893.28-
YUV72.77108.39235.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 84.47%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 38 (15.23% from 255) = 14.39%
R=84.47%
G=1.14%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22333800.990.830.13350.4597.3544.31
HexDF32606353D15e612c
Octal33734601431231553614154
Binary110111111110011001100011101001111011010111101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF0326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF0326; }

 p { color: rgb(223,3,38); }

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

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

 a { background-color: rgb(223,3,38); }

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

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

 span { border-color: rgb(223,3,38); }

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