Html Css Color HEX #DF0E21 Fire Engine Red

📋 copy color: '#DF0E21'

red 223 ◦ green 14 ◦ blue 33

#DF0E21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #DF0E21

Tints of Fire Engine Red #DF0E21

RGB

 RED value IS 223 (87.5% from 255) = 82.59%

 GREEN value IS 14 (5.86% from 255) = 5.19%

 BLUE value IS 33 (13.28% from 255) = 12.22%

R = 82.59%
G = 5.19%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF0E21 (or 0xDF0E21) is known color: Fire Engine Red. HEX triplet: DF, 0E and 21. RGB value is (223,14,33). Sum of RGB (Red+Green+Blue) = 223+14+33=270 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.59% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0E21 is #20F1DE. Grayscale: #4E4E4E. Windows color (decimal): -2159071 or 2166495. OLE color: 2166495.

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

Color convert

RGB 223 14 33 -
CMYK 0 0.94 0.85 0.13
HSL 354.55º 0.88% 0.46% -
HSV(B) 354.55º 0.94% 0.87% -
XYZ 30.86 16.11 2.92 -
YUV 78.66 102.24 230.96 -
System Red Green Blue C M Y K H S L
Decimal 223 14 33 0 0.94 0.85 0.13 354.55 0.88 0.46
Hex DF E 21 0 5E 55 D 163 58 2E
Octal 337 16 41 0 136 125 15 543 130 56
Binary 11011111 1110 100001 0 1011110 1010101 1101 101100011 1011000 101110

Color Harmonies of #DF0E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0E21

Black with #DF0E21

Text Example


Text Example

White with #DF0E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0E21; }

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

 H1.HeaderClassName
 {
   color: #DF0E21;
 }
 .AnyTagClassName
 {
   color: #DF0E21;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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