Html Css Color HEX #DD1819 Fire Engine Red

📋 copy color: '#DD1819'

red 221 ◦ green 24 ◦ blue 25

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

Shades of Fire Engine Red #DD1819

Tints of Fire Engine Red #DD1819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.89%

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

R = 81.85%
G = 8.89%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD1819 (or 0xDD1819) is known color: Fire Engine Red. HEX triplet: DD, 18 and 19. RGB value is (221,24,25). Sum of RGB (Red+Green+Blue) = 221+24+25=270 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.85% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1819 is #22E7E6. Grayscale: #535353. Windows color (decimal): -2287591 or 1644765. OLE color: 1644765.

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

Color convert

RGB 221 24 25 -
CMYK 0 0.89 0.89 0.13
HSL 359.7º 0.8% 0.48% -
HSV(B) 359.7º 0.89% 0.87% -
XYZ 30.32 16.1 2.43 -
YUV 83.02 95.27 226.42 -
System Red Green Blue C M Y K H S L
Decimal 221 24 25 0 0.89 0.89 0.13 359.7 0.8 0.48
Hex DD 18 19 0 59 59 D 168 50 30
Octal 335 30 31 0 131 131 15 550 120 60
Binary 11011101 11000 11001 0 1011001 1011001 1101 101101000 1010000 110000

Color Harmonies of #DD1819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1819

Black with #DD1819

Text Example


Text Example

White with #DD1819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1819; }

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

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

background-color css

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

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

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

border-color css

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

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

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