Html Css Color HEX #DD191D Fire Engine Red

📋 copy color: '#DD191D'

red 221 ◦ green 25 ◦ blue 29

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

Shades of Fire Engine Red #DD191D

Tints of Fire Engine Red #DD191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.09%

 BLUE value IS 29 (11.72% from 255) = 10.55%

R = 80.36%
G = 9.09%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD191D (or 0xDD191D) is known color: Fire Engine Red. HEX triplet: DD, 19 and 1D. RGB value is (221,25,29). Sum of RGB (Red+Green+Blue) = 221+25+29=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD191D is #22E6E2. Grayscale: #545454. Windows color (decimal): -2287331 or 1907165. OLE color: 1907165.

HSL color Cylindrical-coordinate representation of color #DD191D: hue angle of 358.78º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD191D is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 25 29 -
CMYK 0 0.89 0.87 0.13
HSL 358.78º 0.8% 0.48% -
HSV(B) 358.78º 0.89% 0.87% -
XYZ 30.39 16.16 2.68 -
YUV 84.06 96.93 225.67 -
System Red Green Blue C M Y K H S L
Decimal 221 25 29 0 0.89 0.87 0.13 358.78 0.8 0.48
Hex DD 19 1D 0 59 57 D 167 50 30
Octal 335 31 35 0 131 127 15 547 120 60
Binary 11011101 11001 11101 0 1011001 1010111 1101 101100111 1010000 110000

Color Harmonies of #DD191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD191D

Black with #DD191D

Text Example


Text Example

White with #DD191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD191D; }

 p { color: rgb(221,25,29); }

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

background-color css

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

 a { background-color: rgb(221,25,29); }

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

border-color css

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

 span { border-color: rgb(221,25,29); }

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