Html Css Color HEX #DF0221 Fire Engine Red

📋 copy color: '#DF0221'

red 223 ◦ green 2 ◦ blue 33

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

Shades of Fire Engine Red #DF0221

Tints of Fire Engine Red #DF0221

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 86.43%
G = 0.78%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF0221 (or 0xDF0221) is known color: Fire Engine Red. HEX triplet: DF, 02 and 21. RGB value is (223,2,33). Sum of RGB (Red+Green+Blue) = 223+2+33=258 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.43% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0221 is #20FDDE. Grayscale: #474747. Windows color (decimal): -2162143 or 2163423. OLE color: 2163423.

HSL color Cylindrical-coordinate representation of color #DF0221: hue angle of 351.58º degrees, saturation: 0.98, 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 #DF0221 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 2 33 -
CMYK 0 0.99 0.85 0.13
HSL 351.58º 0.98% 0.44% -
HSV(B) 351.58º 0.99% 0.87% -
XYZ 30.73 15.84 2.88 -
YUV 71.61 106.22 235.98 -
System Red Green Blue C M Y K H S L
Decimal 223 2 33 0 0.99 0.85 0.13 351.58 0.98 0.44
Hex DF 2 21 0 63 55 D 160 62 2C
Octal 337 2 41 0 143 125 15 540 142 54
Binary 11011111 10 100001 0 1100011 1010101 1101 101100000 1100010 101100

Color Harmonies of #DF0221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0221

Black with #DF0221

Text Example


Text Example

White with #DF0221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0221; }

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

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

background-color css

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

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

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

border-color css

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

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

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