Html Css Color HEX #DD1719 Fire Engine Red

📋 copy color: '#DD1719'

red 221 ◦ green 23 ◦ blue 25

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

Shades of Fire Engine Red #DD1719

Tints of Fire Engine Red #DD1719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.29%

R = 82.16%
G = 8.55%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD1719 (or 0xDD1719) is known color: Fire Engine Red. HEX triplet: DD, 17 and 19. RGB value is (221,23,25). Sum of RGB (Red+Green+Blue) = 221+23+25=269 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.16% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1719 is #22E8E6. Grayscale: #525252. Windows color (decimal): -2287847 or 1644509. OLE color: 1644509.

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

Color convert

RGB 221 23 25 -
CMYK 0 0.90 0.89 0.13
HSL 359.39º 0.81% 0.48% -
HSV(B) 359.39º 0.9% 0.87% -
XYZ 30.3 16.06 2.42 -
YUV 82.43 95.6 226.84 -
System Red Green Blue C M Y K H S L
Decimal 221 23 25 0 0.90 0.89 0.13 359.39 0.81 0.48
Hex DD 17 19 0 5A 59 D 167 51 30
Octal 335 27 31 0 132 131 15 547 121 60
Binary 11011101 10111 11001 0 1011010 1011001 1101 101100111 1010001 110000

Color Harmonies of #DD1719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1719

Black with #DD1719

Text Example


Text Example

White with #DD1719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1719; }

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

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

background-color css

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

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

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

border-color css

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

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

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