Html Css Color HEX #DF141F Fire Engine Red

📋 copy color: '#DF141F'

red 223 ◦ green 20 ◦ blue 31

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

Shades of Fire Engine Red #DF141F

Tints of Fire Engine Red #DF141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.3%

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

R = 81.39%
G = 7.3%
B = 11.31%

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

#DF141F (or 0xDF141F) is known color: Fire Engine Red. HEX triplet: DF, 14 and 1F. RGB value is (223,20,31). Sum of RGB (Red+Green+Blue) = 223+20+31=274 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.39% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 223 - color contains mainly: red. Hex color #DF141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF141F is #20EBE0. Grayscale: #525252. Windows color (decimal): -2157537 or 2036959. OLE color: 2036959.

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

Color convert

RGB 223 20 31 -
CMYK 0 0.91 0.86 0.13
HSL 356.75º 0.84% 0.48% -
HSV(B) 356.75º 0.91% 0.87% -
XYZ 30.93 16.29 2.81 -
YUV 81.95 99.25 228.61 -
System Red Green Blue C M Y K H S L
Decimal 223 20 31 0 0.91 0.86 0.13 356.75 0.84 0.48
Hex DF 14 1F 0 5B 56 D 165 54 30
Octal 337 24 37 0 133 126 15 545 124 60
Binary 11011111 10100 11111 0 1011011 1010110 1101 101100101 1010100 110000

Color Harmonies of #DF141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF141F

Black with #DF141F

Text Example


Text Example

White with #DF141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF141F; }

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

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

background-color css

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

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

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

border-color css

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

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

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