Html Css Color HEX #DD0F13 Fire Engine Red

📋 copy color: '#DD0F13'

red 221 ◦ green 15 ◦ blue 19

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

Shades of Fire Engine Red #DD0F13

Tints of Fire Engine Red #DD0F13

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.88%

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

R = 86.67%
G = 5.88%
B = 7.45%

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

#DD0F13 (or 0xDD0F13) is known color: Fire Engine Red. HEX triplet: DD, 0F and 13. RGB value is (221,15,19). Sum of RGB (Red+Green+Blue) = 221+15+19=255 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.67% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0F13 is #22F0EC. Grayscale: #4D4D4D. Windows color (decimal): -2289901 or 1249245. OLE color: 1249245.

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

Color convert

RGB 221 15 19 -
CMYK 0 0.93 0.91 0.13
HSL 358.84º 0.87% 0.46% -
HSV(B) 358.84º 0.93% 0.87% -
XYZ 30.11 15.76 2.07 -
YUV 77.05 95.25 230.67 -
System Red Green Blue C M Y K H S L
Decimal 221 15 19 0 0.93 0.91 0.13 358.84 0.87 0.46
Hex DD F 13 0 5D 5B D 167 57 2E
Octal 335 17 23 0 135 133 15 547 127 56
Binary 11011101 1111 10011 0 1011101 1011011 1101 101100111 1010111 101110

Color Harmonies of #DD0F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0F13

Black with #DD0F13

Text Example


Text Example

White with #DD0F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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