Html Css Color HEX #DF141B Fire Engine Red

📋 copy color: '#DF141B'

red 223 ◦ green 20 ◦ blue 27

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

Shades of Fire Engine Red #DF141B

Tints of Fire Engine Red #DF141B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10%

R = 82.59%
G = 7.41%
B = 10%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF141B (or 0xDF141B) is known color: Fire Engine Red. HEX triplet: DF, 14 and 1B. RGB value is (223,20,27). Sum of RGB (Red+Green+Blue) = 223+20+27=270 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.59% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 223 - color contains mainly: red. Hex color #DF141B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF141B is #20EBE4. Grayscale: #515151. Windows color (decimal): -2157541 or 1774815. OLE color: 1774815.

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

Color convert

RGB 223 20 27 -
CMYK 0 0.91 0.88 0.13
HSL 357.93º 0.84% 0.48% -
HSV(B) 357.93º 0.91% 0.87% -
XYZ 30.88 16.27 2.55 -
YUV 81.5 97.25 228.93 -
System Red Green Blue C M Y K H S L
Decimal 223 20 27 0 0.91 0.88 0.13 357.93 0.84 0.48
Hex DF 14 1B 0 5B 58 D 166 54 30
Octal 337 24 33 0 133 130 15 546 124 60
Binary 11011111 10100 11011 0 1011011 1011000 1101 101100110 1010100 110000

Color Harmonies of #DF141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF141B

Black with #DF141B

Text Example


Text Example

White with #DF141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF141B; }

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

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

background-color css

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

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

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

border-color css

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

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

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