Html Css Color HEX #DF0A21 Fire Engine Red

📋 copy color: '#DF0A21'

red 223 ◦ green 10 ◦ blue 33

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

Shades of Fire Engine Red #DF0A21

Tints of Fire Engine Red #DF0A21

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.76%

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

R = 83.83%
G = 3.76%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF0A21 (or 0xDF0A21) is known color: Fire Engine Red. HEX triplet: DF, 0A and 21. RGB value is (223,10,33). Sum of RGB (Red+Green+Blue) = 223+10+33=266 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.83% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0A21 is #20F5DE. Grayscale: #4C4C4C. Windows color (decimal): -2160095 or 2165471. OLE color: 2165471.

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

Color convert

RGB 223 10 33 -
CMYK 0 0.96 0.85 0.13
HSL 353.52º 0.91% 0.46% -
HSV(B) 353.52º 0.96% 0.87% -
XYZ 30.81 16.01 2.91 -
YUV 76.31 103.57 232.63 -
System Red Green Blue C M Y K H S L
Decimal 223 10 33 0 0.96 0.85 0.13 353.52 0.91 0.46
Hex DF A 21 0 60 55 D 162 5B 2E
Octal 337 12 41 0 140 125 15 542 133 56
Binary 11011111 1010 100001 0 1100000 1010101 1101 101100010 1011011 101110

Color Harmonies of #DF0A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0A21

Black with #DF0A21

Text Example


Text Example

White with #DF0A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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