Html Css Color HEX #DF111C Fire Engine Red

📋 copy color: '#DF111C'

red 223 ◦ green 17 ◦ blue 28

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

Shades of Fire Engine Red #DF111C

Tints of Fire Engine Red #DF111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.45%

R = 83.21%
G = 6.34%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF111C (or 0xDF111C) is known color: Fire Engine Red. HEX triplet: DF, 11 and 1C. RGB value is (223,17,28). Sum of RGB (Red+Green+Blue) = 223+17+28=268 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.21% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 223 - color contains mainly: red. Hex color #DF111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF111C is #20EEE3. Grayscale: #505050. Windows color (decimal): -2158308 or 1839583. OLE color: 1839583.

HSL color Cylindrical-coordinate representation of color #DF111C: hue angle of 356.8º 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 #DF111C is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 17 28 -
CMYK 0 0.92 0.87 0.13
HSL 356.8º 0.86% 0.47% -
HSV(B) 356.8º 0.92% 0.87% -
XYZ 30.84 16.17 2.59 -
YUV 79.85 98.75 230.11 -
System Red Green Blue C M Y K H S L
Decimal 223 17 28 0 0.92 0.87 0.13 356.8 0.86 0.47
Hex DF 11 1C 0 5C 57 D 165 56 2F
Octal 337 21 34 0 134 127 15 545 126 57
Binary 11011111 10001 11100 0 1011100 1010111 1101 101100101 1010110 101111

Color Harmonies of #DF111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF111C

Black with #DF111C

Text Example


Text Example

White with #DF111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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