Html Css Color HEX #DD171F Fire Engine Red

📋 copy color: '#DD171F'

red 221 ◦ green 23 ◦ blue 31

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

Shades of Fire Engine Red #DD171F

Tints of Fire Engine Red #DD171F

RGB

 RED value IS 221 (86.72% from 255) = 80.36%

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

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

R = 80.36%
G = 8.36%
B = 11.27%

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

#DD171F (or 0xDD171F) is known color: Fire Engine Red. HEX triplet: DD, 17 and 1F. RGB value is (221,23,31). Sum of RGB (Red+Green+Blue) = 221+23+31=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD171F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD171F is #22E8E0. Grayscale: #535353. Windows color (decimal): -2287841 or 2037725. OLE color: 2037725.

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

Color convert

RGB 221 23 31 -
CMYK 0 0.90 0.86 0.13
HSL 357.58º 0.81% 0.48% -
HSV(B) 357.58º 0.9% 0.87% -
XYZ 30.37 16.08 2.8 -
YUV 83.11 98.6 226.35 -
System Red Green Blue C M Y K H S L
Decimal 221 23 31 0 0.90 0.86 0.13 357.58 0.81 0.48
Hex DD 17 1F 0 5A 56 D 166 51 30
Octal 335 27 37 0 132 126 15 546 121 60
Binary 11011101 10111 11111 0 1011010 1010110 1101 101100110 1010001 110000

Color Harmonies of #DD171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD171F

Black with #DD171F

Text Example


Text Example

White with #DD171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD171F; }

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

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

background-color css

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

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

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

border-color css

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

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

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