Html Css Color HEX #DD1617 Fire Engine Red

📋 copy color: '#DD1617'

red 221 ◦ green 22 ◦ blue 23

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

Shades of Fire Engine Red #DD1617

Tints of Fire Engine Red #DD1617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.27%

 BLUE value IS 23 (9.38% from 255) = 8.65%

R = 83.08%
G = 8.27%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD1617 (or 0xDD1617) is known color: Fire Engine Red. HEX triplet: DD, 16 and 17. RGB value is (221,22,23). Sum of RGB (Red+Green+Blue) = 221+22+23=266 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.08% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1617 is #22E9E8. Grayscale: #515151. Windows color (decimal): -2288105 or 1513181. OLE color: 1513181.

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

Color convert

RGB 221 22 23 -
CMYK 0 0.90 0.90 0.13
HSL 359.7º 0.82% 0.48% -
HSV(B) 359.7º 0.9% 0.87% -
XYZ 30.26 16.01 2.31 -
YUV 81.62 94.93 227.42 -
System Red Green Blue C M Y K H S L
Decimal 221 22 23 0 0.90 0.90 0.13 359.7 0.82 0.48
Hex DD 16 17 0 5A 5A D 168 52 30
Octal 335 26 27 0 132 132 15 550 122 60
Binary 11011101 10110 10111 0 1011010 1011010 1101 101101000 1010010 110000

Color Harmonies of #DD1617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1617

Black with #DD1617

Text Example


Text Example

White with #DD1617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1617; }

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

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

background-color css

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

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

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

border-color css

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

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

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