Html Css Color HEX #DF1720 Fire Engine Red

📋 copy color: '#DF1720'

red 223 ◦ green 23 ◦ blue 32

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

Shades of Fire Engine Red #DF1720

Tints of Fire Engine Red #DF1720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.27%

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

R = 80.22%
G = 8.27%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF1720 (or 0xDF1720) is known color: Fire Engine Red. HEX triplet: DF, 17 and 20. RGB value is (223,23,32). Sum of RGB (Red+Green+Blue) = 223+23+32=278 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.22% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1720 is #20E8DF. Grayscale: #535353. Windows color (decimal): -2156768 or 2103263. OLE color: 2103263.

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

Color convert

RGB 223 23 32 -
CMYK 0 0.90 0.86 0.13
HSL 357.3º 0.81% 0.48% -
HSV(B) 357.3º 0.9% 0.87% -
XYZ 31 16.41 2.9 -
YUV 83.83 98.76 227.27 -
System Red Green Blue C M Y K H S L
Decimal 223 23 32 0 0.90 0.86 0.13 357.3 0.81 0.48
Hex DF 17 20 0 5A 56 D 165 51 30
Octal 337 27 40 0 132 126 15 545 121 60
Binary 11011111 10111 100000 0 1011010 1010110 1101 101100101 1010001 110000

Color Harmonies of #DF1720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1720

Black with #DF1720

Text Example


Text Example

White with #DF1720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1720; }

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

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

background-color css

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

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

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

border-color css

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

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

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