Html Css Color HEX #DE171F Fire Engine Red

📋 copy color: '#DE171F'

red 222 ◦ green 23 ◦ blue 31

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

Shades of Fire Engine Red #DE171F

Tints of Fire Engine Red #DE171F

RGB

 RED value IS 222 (87.11% from 255) = 80.43%

 GREEN value IS 23 (9.38% from 255) = 8.33%

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

R = 80.43%
G = 8.33%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE171F (or 0xDE171F) is known color: Fire Engine Red. HEX triplet: DE, 17 and 1F. RGB value is (222,23,31). Sum of RGB (Red+Green+Blue) = 222+23+31=276 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.43% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 222 - color contains mainly: red. Hex color #DE171F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE171F is #21E8E0. Grayscale: #535353. Windows color (decimal): -2222305 or 2037726. OLE color: 2037726.

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

Color convert

RGB 222 23 31 -
CMYK 0 0.90 0.86 0.13
HSL 357.59º 0.81% 0.48% -
HSV(B) 357.59º 0.9% 0.87% -
XYZ 30.68 16.24 2.81 -
YUV 83.41 98.43 226.85 -
System Red Green Blue C M Y K H S L
Decimal 222 23 31 0 0.90 0.86 0.13 357.59 0.81 0.48
Hex DE 17 1F 0 5A 56 D 166 51 30
Octal 336 27 37 0 132 126 15 546 121 60
Binary 11011110 10111 11111 0 1011010 1010110 1101 101100110 1010001 110000

Color Harmonies of #DE171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE171F

Black with #DE171F

Text Example


Text Example

White with #DE171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE171F; }

 p { color: rgb(222,23,31); }

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

background-color css

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

 a { background-color: rgb(222,23,31); }

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

border-color css

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

 span { border-color: rgb(222,23,31); }

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