Html Css Color HEX #DD1518 Fire Engine Red

📋 copy color: '#DD1518'

red 221 ◦ green 21 ◦ blue 24

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

Shades of Fire Engine Red #DD1518

Tints of Fire Engine Red #DD1518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.89%

 BLUE value IS 24 (9.77% from 255) = 9.02%

R = 83.08%
G = 7.89%
B = 9.02%

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

#DD1518 (or 0xDD1518) is known color: Fire Engine Red. HEX triplet: DD, 15 and 18. RGB value is (221,21,24). Sum of RGB (Red+Green+Blue) = 221+21+24=266 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.08% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1518 is #22EAE7. Grayscale: #515151. Windows color (decimal): -2288360 or 1578461. OLE color: 1578461.

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

Color convert

RGB 221 21 24 -
CMYK 0 0.90 0.89 0.13
HSL 359.1º 0.83% 0.47% -
HSV(B) 359.1º 0.9% 0.87% -
XYZ 30.25 15.97 2.35 -
YUV 81.14 95.76 227.76 -
System Red Green Blue C M Y K H S L
Decimal 221 21 24 0 0.90 0.89 0.13 359.1 0.83 0.47
Hex DD 15 18 0 5A 59 D 167 53 2F
Octal 335 25 30 0 132 131 15 547 123 57
Binary 11011101 10101 11000 0 1011010 1011001 1101 101100111 1010011 101111

Color Harmonies of #DD1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1518

Black with #DD1518

Text Example


Text Example

White with #DD1518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1518; }

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

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

background-color css

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

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

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

border-color css

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

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

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