Html Css Color HEX #DF1518 Fire Engine Red

📋 copy color: '#DF1518'

red 223 ◦ green 21 ◦ blue 24

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

Shades of Fire Engine Red #DF1518

Tints of Fire Engine Red #DF1518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.84%

 BLUE value IS 24 (9.77% from 255) = 8.96%

R = 83.21%
G = 7.84%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DF1518 (or 0xDF1518) is known color: Fire Engine Red. HEX triplet: DF, 15 and 18. RGB value is (223,21,24). Sum of RGB (Red+Green+Blue) = 223+21+24=268 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.21% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1518 is #20EAE7. Grayscale: #515151. Windows color (decimal): -2157288 or 1578463. OLE color: 1578463.

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

Color convert

RGB 223 21 24 -
CMYK 0 0.91 0.89 0.13
HSL 359.11º 0.83% 0.48% -
HSV(B) 359.11º 0.91% 0.87% -
XYZ 30.86 16.29 2.38 -
YUV 81.74 95.42 228.76 -
System Red Green Blue C M Y K H S L
Decimal 223 21 24 0 0.91 0.89 0.13 359.11 0.83 0.48
Hex DF 15 18 0 5B 59 D 167 53 30
Octal 337 25 30 0 133 131 15 547 123 60
Binary 11011111 10101 11000 0 1011011 1011001 1101 101100111 1010011 110000

Color Harmonies of #DF1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1518

Black with #DF1518

Text Example


Text Example

White with #DF1518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1518; }

 p { color: rgb(223,21,24); }

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

background-color css

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

 a { background-color: rgb(223,21,24); }

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

border-color css

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

 span { border-color: rgb(223,21,24); }

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