Html Css Color HEX #DF111B Fire Engine Red

📋 copy color: '#DF111B'

red 223 ◦ green 17 ◦ blue 27

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

Shades of Fire Engine Red #DF111B

Tints of Fire Engine Red #DF111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.11%

R = 83.52%
G = 6.37%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF111B (or 0xDF111B) is known color: Fire Engine Red. HEX triplet: DF, 11 and 1B. RGB value is (223,17,27). Sum of RGB (Red+Green+Blue) = 223+17+27=267 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.52% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 223 - color contains mainly: red. Hex color #DF111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF111B is #20EEE4. Grayscale: #4F4F4F. Windows color (decimal): -2158309 or 1774047. OLE color: 1774047.

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

Color convert

RGB 223 17 27 -
CMYK 0 0.92 0.88 0.13
HSL 357.09º 0.86% 0.47% -
HSV(B) 357.09º 0.92% 0.87% -
XYZ 30.83 16.17 2.53 -
YUV 79.73 98.25 230.19 -
System Red Green Blue C M Y K H S L
Decimal 223 17 27 0 0.92 0.88 0.13 357.09 0.86 0.47
Hex DF 11 1B 0 5C 58 D 165 56 2F
Octal 337 21 33 0 134 130 15 545 126 57
Binary 11011111 10001 11011 0 1011100 1011000 1101 101100101 1010110 101111

Color Harmonies of #DF111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF111B

Black with #DF111B

Text Example


Text Example

White with #DF111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF111B; }

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

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

background-color css

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

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

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

border-color css

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

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

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