Html Css Color HEX #DF131E Fire Engine Red

📋 copy color: '#DF131E'

red 223 ◦ green 19 ◦ blue 30

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

Shades of Fire Engine Red #DF131E

Tints of Fire Engine Red #DF131E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.03%

R = 81.99%
G = 6.99%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF131E (or 0xDF131E) is known color: Fire Engine Red. HEX triplet: DF, 13 and 1E. RGB value is (223,19,30). Sum of RGB (Red+Green+Blue) = 223+19+30=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF131E is #20ECE1. Grayscale: #515151. Windows color (decimal): -2157794 or 1971167. OLE color: 1971167.

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

Color convert

RGB 223 19 30 -
CMYK 0 0.91 0.87 0.13
HSL 356.76º 0.84% 0.47% -
HSV(B) 356.76º 0.91% 0.87% -
XYZ 30.9 16.25 2.74 -
YUV 81.25 99.09 229.11 -
System Red Green Blue C M Y K H S L
Decimal 223 19 30 0 0.91 0.87 0.13 356.76 0.84 0.47
Hex DF 13 1E 0 5B 57 D 165 54 2F
Octal 337 23 36 0 133 127 15 545 124 57
Binary 11011111 10011 11110 0 1011011 1010111 1101 101100101 1010100 101111

Color Harmonies of #DF131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF131E

Black with #DF131E

Text Example


Text Example

White with #DF131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF131E; }

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

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

background-color css

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

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

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

border-color css

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

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

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