Html Css Color HEX #DF191F Fire Engine Red

📋 copy color: '#DF191F'

red 223 ◦ green 25 ◦ blue 31

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

Shades of Fire Engine Red #DF191F

Tints of Fire Engine Red #DF191F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.11%

R = 79.93%
G = 8.96%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF191F (or 0xDF191F) is known color: Fire Engine Red. HEX triplet: DF, 19 and 1F. RGB value is (223,25,31). Sum of RGB (Red+Green+Blue) = 223+25+31=279 (36% of max value = 765). Red value is 223 (87.5% from 255 or 79.93% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 223 - color contains mainly: red. Hex color #DF191F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF191F is #20E6E0. Grayscale: #555555. Windows color (decimal): -2156257 or 2038239. OLE color: 2038239.

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

Color convert

RGB 223 25 31 -
CMYK 0 0.89 0.86 0.13
HSL 358.18º 0.8% 0.49% -
HSV(B) 358.18º 0.89% 0.87% -
XYZ 31.03 16.48 2.84 -
YUV 84.89 97.6 226.51 -
System Red Green Blue C M Y K H S L
Decimal 223 25 31 0 0.89 0.86 0.13 358.18 0.8 0.49
Hex DF 19 1F 0 59 56 D 166 50 31
Octal 337 31 37 0 131 126 15 546 120 61
Binary 11011111 11001 11111 0 1011001 1010110 1101 101100110 1010000 110001

Color Harmonies of #DF191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF191F

Black with #DF191F

Text Example


Text Example

White with #DF191F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF191F; }

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

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

background-color css

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

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

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

border-color css

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

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

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