Html Css Color HEX #DD1014 Fire Engine Red

📋 copy color: '#DD1014'

red 221 ◦ green 16 ◦ blue 20

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

Shades of Fire Engine Red #DD1014

Tints of Fire Engine Red #DD1014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.78%

R = 85.99%
G = 6.23%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD1014 (or 0xDD1014) is known color: Fire Engine Red. HEX triplet: DD, 10 and 14. RGB value is (221,16,20). Sum of RGB (Red+Green+Blue) = 221+16+20=257 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.99% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1014 is #22EFEB. Grayscale: #4D4D4D. Windows color (decimal): -2289644 or 1315037. OLE color: 1315037.

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

Color convert

RGB 221 16 20 -
CMYK 0 0.93 0.91 0.13
HSL 358.83º 0.86% 0.46% -
HSV(B) 358.83º 0.93% 0.87% -
XYZ 30.13 15.79 2.12 -
YUV 77.75 95.42 230.17 -
System Red Green Blue C M Y K H S L
Decimal 221 16 20 0 0.93 0.91 0.13 358.83 0.86 0.46
Hex DD 10 14 0 5D 5B D 167 56 2E
Octal 335 20 24 0 135 133 15 547 126 56
Binary 11011101 10000 10100 0 1011101 1011011 1101 101100111 1010110 101110

Color Harmonies of #DD1014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1014

Black with #DD1014

Text Example


Text Example

White with #DD1014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1014; }

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

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

background-color css

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

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

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

border-color css

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

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

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