Html Css Color HEX #DD1317 Fire Engine Red

📋 copy color: '#DD1317'

red 221 ◦ green 19 ◦ blue 23

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

Shades of Fire Engine Red #DD1317

Tints of Fire Engine Red #DD1317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.75%

R = 84.03%
G = 7.22%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD1317 (or 0xDD1317) is known color: Fire Engine Red. HEX triplet: DD, 13 and 17. RGB value is (221,19,23). Sum of RGB (Red+Green+Blue) = 221+19+23=263 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.03% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1317 is #22ECE8. Grayscale: #505050. Windows color (decimal): -2288873 or 1512413. OLE color: 1512413.

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

Color convert

RGB 221 19 23 -
CMYK 0 0.91 0.90 0.13
HSL 358.81º 0.84% 0.47% -
HSV(B) 358.81º 0.91% 0.87% -
XYZ 30.21 15.9 2.29 -
YUV 79.85 95.92 228.67 -
System Red Green Blue C M Y K H S L
Decimal 221 19 23 0 0.91 0.90 0.13 358.81 0.84 0.47
Hex DD 13 17 0 5B 5A D 167 54 2F
Octal 335 23 27 0 133 132 15 547 124 57
Binary 11011101 10011 10111 0 1011011 1011010 1101 101100111 1010100 101111

Color Harmonies of #DD1317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1317

Black with #DD1317

Text Example


Text Example

White with #DD1317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1317; }

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

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

background-color css

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

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

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

border-color css

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

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

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