Html Css Color HEX #DD1418 Fire Engine Red

📋 copy color: '#DD1418'

red 221 ◦ green 20 ◦ blue 24

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

Shades of Fire Engine Red #DD1418

Tints of Fire Engine Red #DD1418

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.55%

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

R = 83.4%
G = 7.55%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD1418 (or 0xDD1418) is known color: Fire Engine Red. HEX triplet: DD, 14 and 18. RGB value is (221,20,24). Sum of RGB (Red+Green+Blue) = 221+20+24=265 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.40% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1418 is #22EBE7. Grayscale: #505050. Windows color (decimal): -2288616 or 1578205. OLE color: 1578205.

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

Color convert

RGB 221 20 24 -
CMYK 0 0.91 0.89 0.13
HSL 358.81º 0.83% 0.47% -
HSV(B) 358.81º 0.91% 0.87% -
XYZ 30.23 15.94 2.35 -
YUV 80.56 96.09 228.17 -
System Red Green Blue C M Y K H S L
Decimal 221 20 24 0 0.91 0.89 0.13 358.81 0.83 0.47
Hex DD 14 18 0 5B 59 D 167 53 2F
Octal 335 24 30 0 133 131 15 547 123 57
Binary 11011101 10100 11000 0 1011011 1011001 1101 101100111 1010011 101111

Color Harmonies of #DD1418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1418

Black with #DD1418

Text Example


Text Example

White with #DD1418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1418; }

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

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

background-color css

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

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

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

border-color css

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

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

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