Html Css Color HEX #DF1617 Fire Engine Red

📋 copy color: '#DF1617'

red 223 ◦ green 22 ◦ blue 23

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

Shades of Fire Engine Red #DF1617

Tints of Fire Engine Red #DF1617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.21%

 BLUE value IS 23 (9.38% from 255) = 8.58%

R = 83.21%
G = 8.21%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF1617 (or 0xDF1617) is known color: Fire Engine Red. HEX triplet: DF, 16 and 17. RGB value is (223,22,23). Sum of RGB (Red+Green+Blue) = 223+22+23=268 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.21% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1617 is #20E9E8. Grayscale: #525252. Windows color (decimal): -2157033 or 1513183. OLE color: 1513183.

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

Color convert

RGB 223 22 23 -
CMYK 0 0.90 0.90 0.13
HSL 359.7º 0.82% 0.48% -
HSV(B) 359.7º 0.9% 0.87% -
XYZ 30.87 16.32 2.33 -
YUV 82.21 94.59 228.42 -
System Red Green Blue C M Y K H S L
Decimal 223 22 23 0 0.90 0.90 0.13 359.7 0.82 0.48
Hex DF 16 17 0 5A 5A D 168 52 30
Octal 337 26 27 0 132 132 15 550 122 60
Binary 11011111 10110 10111 0 1011010 1011010 1101 101101000 1010010 110000

Color Harmonies of #DF1617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1617

Black with #DF1617

Text Example


Text Example

White with #DF1617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1617; }

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

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

background-color css

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

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

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

border-color css

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

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

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