Html Css Color HEX #DD1229 Fire Engine Red

📋 copy color: '#DD1229'

red 221 ◦ green 18 ◦ blue 41

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

Shades of Fire Engine Red #DD1229

Tints of Fire Engine Red #DD1229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.43%

 BLUE value IS 41 (16.41% from 255) = 14.64%

R = 78.93%
G = 6.43%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD1229 (or 0xDD1229) is known color: Fire Engine Red. HEX triplet: DD, 12 and 29. RGB value is (221,18,41). Sum of RGB (Red+Green+Blue) = 221+18+41=280 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.93% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1229 is #22EDD6. Grayscale: #515151. Windows color (decimal): -2289111 or 2691805. OLE color: 2691805.

HSL color Cylindrical-coordinate representation of color #DD1229: hue angle of 353.2º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1229 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 18 41 -
CMYK 0 0.92 0.81 0.13
HSL 353.2º 0.85% 0.47% -
HSV(B) 353.2º 0.92% 0.87% -
XYZ 30.44 15.96 3.58 -
YUV 81.32 105.25 227.63 -
System Red Green Blue C M Y K H S L
Decimal 221 18 41 0 0.92 0.81 0.13 353.2 0.85 0.47
Hex DD 12 29 0 5C 51 D 161 55 2F
Octal 335 22 51 0 134 121 15 541 125 57
Binary 11011101 10010 101001 0 1011100 1010001 1101 101100001 1010101 101111

Color Harmonies of #DD1229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1229

Black with #DD1229

Text Example


Text Example

White with #DD1229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1229; }

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

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

background-color css

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

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

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

border-color css

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

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

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