Html Css Color HEX #DF1120 Fire Engine Red

📋 copy color: '#DF1120'

red 223 ◦ green 17 ◦ blue 32

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

Shades of Fire Engine Red #DF1120

Tints of Fire Engine Red #DF1120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.25%

 BLUE value IS 32 (12.89% from 255) = 11.76%

R = 81.99%
G = 6.25%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF1120 (or 0xDF1120) is known color: Fire Engine Red. HEX triplet: DF, 11 and 20. RGB value is (223,17,32). Sum of RGB (Red+Green+Blue) = 223+17+32=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1120 is #20EEDF. Grayscale: #505050. Windows color (decimal): -2158304 or 2101727. OLE color: 2101727.

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

Color convert

RGB 223 17 32 -
CMYK 0 0.92 0.86 0.13
HSL 355.63º 0.86% 0.47% -
HSV(B) 355.63º 0.92% 0.87% -
XYZ 30.89 16.19 2.86 -
YUV 80.3 100.75 229.78 -
System Red Green Blue C M Y K H S L
Decimal 223 17 32 0 0.92 0.86 0.13 355.63 0.86 0.47
Hex DF 11 20 0 5C 56 D 164 56 2F
Octal 337 21 40 0 134 126 15 544 126 57
Binary 11011111 10001 100000 0 1011100 1010110 1101 101100100 1010110 101111

Color Harmonies of #DF1120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1120

Black with #DF1120

Text Example


Text Example

White with #DF1120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1120; }

 p { color: rgb(223,17,32); }

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

background-color css

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

 a { background-color: rgb(223,17,32); }

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

border-color css

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

 span { border-color: rgb(223,17,32); }

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