Html Css Color HEX #DD1018 Fire Engine Red

📋 copy color: '#DD1018'

red 221 ◦ green 16 ◦ blue 24

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

Shades of Fire Engine Red #DD1018

Tints of Fire Engine Red #DD1018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.13%

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

R = 84.67%
G = 6.13%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD1018 (or 0xDD1018) is known color: Fire Engine Red. HEX triplet: DD, 10 and 18. RGB value is (221,16,24). Sum of RGB (Red+Green+Blue) = 221+16+24=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1018 is #22EFE7. Grayscale: #4E4E4E. Windows color (decimal): -2289640 or 1577181. OLE color: 1577181.

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

Color convert

RGB 221 16 24 -
CMYK 0 0.93 0.89 0.13
HSL 357.66º 0.86% 0.46% -
HSV(B) 357.66º 0.93% 0.87% -
XYZ 30.17 15.81 2.33 -
YUV 78.21 97.42 229.85 -
System Red Green Blue C M Y K H S L
Decimal 221 16 24 0 0.93 0.89 0.13 357.66 0.86 0.46
Hex DD 10 18 0 5D 59 D 166 56 2E
Octal 335 20 30 0 135 131 15 546 126 56
Binary 11011101 10000 11000 0 1011101 1011001 1101 101100110 1010110 101110

Color Harmonies of #DD1018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1018

Black with #DD1018

Text Example


Text Example

White with #DD1018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1018; }

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

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

background-color css

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

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

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

border-color css

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

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

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