Html Css Color HEX #DD1318 Fire Engine Red

📋 copy color: '#DD1318'

red 221 ◦ green 19 ◦ blue 24

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

Shades of Fire Engine Red #DD1318

Tints of Fire Engine Red #DD1318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.2%

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

R = 83.71%
G = 7.2%
B = 9.09%

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

#DD1318 (or 0xDD1318) is known color: Fire Engine Red. HEX triplet: DD, 13 and 18. RGB value is (221,19,24). Sum of RGB (Red+Green+Blue) = 221+19+24=264 (34% of max value = 765). Red value is 221 (86.72% from 255 or 83.71% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1318 is #22ECE7. Grayscale: #505050. Windows color (decimal): -2288872 or 1577949. OLE color: 1577949.

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

Color convert

RGB 221 19 24 -
CMYK 0 0.91 0.89 0.13
HSL 358.51º 0.84% 0.47% -
HSV(B) 358.51º 0.91% 0.87% -
XYZ 30.22 15.9 2.34 -
YUV 79.97 96.42 228.59 -
System Red Green Blue C M Y K H S L
Decimal 221 19 24 0 0.91 0.89 0.13 358.51 0.84 0.47
Hex DD 13 18 0 5B 59 D 167 54 2F
Octal 335 23 30 0 133 131 15 547 124 57
Binary 11011101 10011 11000 0 1011011 1011001 1101 101100111 1010100 101111

Color Harmonies of #DD1318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1318

Black with #DD1318

Text Example


Text Example

White with #DD1318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1318; }

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

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

background-color css

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

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

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

border-color css

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

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

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