Html Css Color HEX #DF131F Fire Engine Red

📋 copy color: '#DF131F'

red 223 ◦ green 19 ◦ blue 31

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

Shades of Fire Engine Red #DF131F

Tints of Fire Engine Red #DF131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

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

R = 81.68%
G = 6.96%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF131F (or 0xDF131F) is known color: Fire Engine Red. HEX triplet: DF, 13 and 1F. RGB value is (223,19,31). Sum of RGB (Red+Green+Blue) = 223+19+31=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF131F is #20ECE0. Grayscale: #515151. Windows color (decimal): -2157793 or 2036703. OLE color: 2036703.

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

Color convert

RGB 223 19 31 -
CMYK 0 0.91 0.86 0.13
HSL 356.47º 0.84% 0.47% -
HSV(B) 356.47º 0.91% 0.87% -
XYZ 30.91 16.25 2.8 -
YUV 81.36 99.59 229.02 -
System Red Green Blue C M Y K H S L
Decimal 223 19 31 0 0.91 0.86 0.13 356.47 0.84 0.47
Hex DF 13 1F 0 5B 56 D 164 54 2F
Octal 337 23 37 0 133 126 15 544 124 57
Binary 11011111 10011 11111 0 1011011 1010110 1101 101100100 1010100 101111

Color Harmonies of #DF131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF131F

Black with #DF131F

Text Example


Text Example

White with #DF131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF131F; }

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

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

background-color css

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

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

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

border-color css

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

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

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