Html Css Color HEX #DF0F21 Fire Engine Red

📋 copy color: '#DF0F21'

red 223 ◦ green 15 ◦ blue 33

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

Shades of Fire Engine Red #DF0F21

Tints of Fire Engine Red #DF0F21

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.54%

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

R = 82.29%
G = 5.54%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF0F21 (or 0xDF0F21) is known color: Fire Engine Red. HEX triplet: DF, 0F and 21. RGB value is (223,15,33). Sum of RGB (Red+Green+Blue) = 223+15+33=271 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.29% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0F21 is #20F0DE. Grayscale: #4F4F4F. Windows color (decimal): -2158815 or 2166751. OLE color: 2166751.

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

Color convert

RGB 223 15 33 -
CMYK 0 0.93 0.85 0.13
HSL 354.81º 0.87% 0.47% -
HSV(B) 354.81º 0.93% 0.87% -
XYZ 30.88 16.14 2.93 -
YUV 79.24 101.91 230.54 -
System Red Green Blue C M Y K H S L
Decimal 223 15 33 0 0.93 0.85 0.13 354.81 0.87 0.47
Hex DF F 21 0 5D 55 D 163 57 2F
Octal 337 17 41 0 135 125 15 543 127 57
Binary 11011111 1111 100001 0 1011101 1010101 1101 101100011 1010111 101111

Color Harmonies of #DF0F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0F21

Black with #DF0F21

Text Example


Text Example

White with #DF0F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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