Html Css Color HEX #DF141D Fire Engine Red

📋 copy color: '#DF141D'

red 223 ◦ green 20 ◦ blue 29

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

Shades of Fire Engine Red #DF141D

Tints of Fire Engine Red #DF141D

RGB

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

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

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

R = 81.99%
G = 7.35%
B = 10.66%

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

#DF141D (or 0xDF141D) is known color: Fire Engine Red. HEX triplet: DF, 14 and 1D. RGB value is (223,20,29). Sum of RGB (Red+Green+Blue) = 223+20+29=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF141D is #20EBE2. Grayscale: #515151. Windows color (decimal): -2157539 or 1905887. OLE color: 1905887.

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

Color convert

RGB 223 20 29 -
CMYK 0 0.91 0.87 0.13
HSL 357.34º 0.84% 0.48% -
HSV(B) 357.34º 0.91% 0.87% -
XYZ 30.9 16.28 2.68 -
YUV 81.72 98.25 228.77 -
System Red Green Blue C M Y K H S L
Decimal 223 20 29 0 0.91 0.87 0.13 357.34 0.84 0.48
Hex DF 14 1D 0 5B 57 D 165 54 30
Octal 337 24 35 0 133 127 15 545 124 60
Binary 11011111 10100 11101 0 1011011 1010111 1101 101100101 1010100 110000

Color Harmonies of #DF141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF141D

Black with #DF141D

Text Example


Text Example

White with #DF141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF141D; }

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

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

background-color css

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

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

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

border-color css

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

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

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