Html Css Color HEX #DD1013 Fire Engine Red

📋 copy color: '#DD1013'

red 221 ◦ green 16 ◦ blue 19

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

Shades of Fire Engine Red #DD1013

Tints of Fire Engine Red #DD1013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.42%

R = 86.33%
G = 6.25%
B = 7.42%

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

#DD1013 (or 0xDD1013) is known color: Fire Engine Red. HEX triplet: DD, 10 and 13. RGB value is (221,16,19). Sum of RGB (Red+Green+Blue) = 221+16+19=256 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.33% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1013 is #22EFEC. Grayscale: #4D4D4D. Windows color (decimal): -2289645 or 1249501. OLE color: 1249501.

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

Color convert

RGB 221 16 19 -
CMYK 0 0.93 0.91 0.13
HSL 359.12º 0.86% 0.46% -
HSV(B) 359.12º 0.93% 0.87% -
XYZ 30.12 15.79 2.08 -
YUV 77.64 94.92 230.26 -
System Red Green Blue C M Y K H S L
Decimal 221 16 19 0 0.93 0.91 0.13 359.12 0.86 0.46
Hex DD 10 13 0 5D 5B D 167 56 2E
Octal 335 20 23 0 135 133 15 547 126 56
Binary 11011101 10000 10011 0 1011101 1011011 1101 101100111 1010110 101110

Color Harmonies of #DD1013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1013

Black with #DD1013

Text Example


Text Example

White with #DD1013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1013; }

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

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

background-color css

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

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

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

border-color css

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

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

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