#DF1B21

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

Shades of Fire Engine Red #DF1B21

Tints of Fire Engine Red #DF1B21

Color information

#DF1B21 (or 0xDF1B21) is unknown color: approx Fire Engine Red. HEX triplet: DF, 1B and 21. RGB value is (223,27,33). Sum of RGB (Red+Green+Blue) = 223+27+33=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1B21 is #20E4DE. Grayscale: #565656. Windows color (decimal): -2155743 or 2169823. OLE color: 2169823.

HSL color Cylindrical-coordinate representation of color #DF1B21: hue angle of 358.16º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1B21 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB2232733-
CMYK00.880.850.13
HSL358.16º78.4%49.02%-
HSV(B)358.16º87.89%87.45%-
XYZ31.116.583-
YUV86.2997.93225.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 78.80%
GREEN value IS 27 (10.94% from 255) = 9.54%
BLUE value IS 33 (13.28% from 255) = 11.66%
R=78.80%
G=9.54%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223273300.880.850.13358.1678.449.02
HexDF1B2105855D1664e31
Octal337334101301251554611661
Binary110111111101110000101011000101010111011011001101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1B21; }

 p { color: rgb(223,27,33); }

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

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

 a { background-color: rgb(223,27,33); }

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

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

 span { border-color: rgb(223,27,33); }

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