Html Css Color HEX #DD1012 Fire Engine Red

📋 copy color: '#DD1012'

red 221 ◦ green 16 ◦ blue 18

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

Shades of Fire Engine Red #DD1012

Tints of Fire Engine Red #DD1012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.06%

R = 86.67%
G = 6.27%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DD1012 (or 0xDD1012) is known color: Fire Engine Red. HEX triplet: DD, 10 and 12. RGB value is (221,16,18). Sum of RGB (Red+Green+Blue) = 221+16+18=255 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.67% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1012 is #22EFED. Grayscale: #4D4D4D. Windows color (decimal): -2289646 or 1183965. OLE color: 1183965.

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

Color convert

RGB 221 16 18 -
CMYK 0 0.93 0.92 0.13
HSL 359.41º 0.86% 0.46% -
HSV(B) 359.41º 0.93% 0.87% -
XYZ 30.11 15.79 2.03 -
YUV 77.52 94.42 230.34 -
System Red Green Blue C M Y K H S L
Decimal 221 16 18 0 0.93 0.92 0.13 359.41 0.86 0.46
Hex DD 10 12 0 5D 5C D 167 56 2E
Octal 335 20 22 0 135 134 15 547 126 56
Binary 11011101 10000 10010 0 1011101 1011100 1101 101100111 1010110 101110

Color Harmonies of #DD1012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1012

Black with #DD1012

Text Example


Text Example

White with #DD1012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1012; }

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

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

background-color css

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

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

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

border-color css

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

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

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