Html Css Color HEX #DF191D Fire Engine Red

📋 copy color: '#DF191D'

red 223 ◦ green 25 ◦ blue 29

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

Shades of Fire Engine Red #DF191D

Tints of Fire Engine Red #DF191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.03%

 BLUE value IS 29 (11.72% from 255) = 10.47%

R = 80.51%
G = 9.03%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF191D (or 0xDF191D) is known color: Fire Engine Red. HEX triplet: DF, 19 and 1D. RGB value is (223,25,29). Sum of RGB (Red+Green+Blue) = 223+25+29=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF191D is #20E6E2. Grayscale: #545454. Windows color (decimal): -2156259 or 1907167. OLE color: 1907167.

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

Color convert

RGB 223 25 29 -
CMYK 0 0.89 0.87 0.13
HSL 358.79º 0.8% 0.49% -
HSV(B) 358.79º 0.89% 0.87% -
XYZ 31 16.47 2.71 -
YUV 84.66 96.6 226.67 -
System Red Green Blue C M Y K H S L
Decimal 223 25 29 0 0.89 0.87 0.13 358.79 0.8 0.49
Hex DF 19 1D 0 59 57 D 167 50 31
Octal 337 31 35 0 131 127 15 547 120 61
Binary 11011111 11001 11101 0 1011001 1010111 1101 101100111 1010000 110001

Color Harmonies of #DF191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF191D

Black with #DF191D

Text Example


Text Example

White with #DF191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF191D; }

 p { color: rgb(223,25,29); }

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

background-color css

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

 a { background-color: rgb(223,25,29); }

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

border-color css

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

 span { border-color: rgb(223,25,29); }

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