Html Css Color HEX #DD1126 Fire Engine Red

📋 copy color: '#DD1126'

red 221 ◦ green 17 ◦ blue 38

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

Shades of Fire Engine Red #DD1126

Tints of Fire Engine Red #DD1126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.16%

 BLUE value IS 38 (15.23% from 255) = 13.77%

R = 80.07%
G = 6.16%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD1126 (or 0xDD1126) is known color: Fire Engine Red. HEX triplet: DD, 11 and 26. RGB value is (221,17,38). Sum of RGB (Red+Green+Blue) = 221+17+38=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1126 is #22EED9. Grayscale: #505050. Windows color (decimal): -2289370 or 2494941. OLE color: 2494941.

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

Color convert

RGB 221 17 38 -
CMYK 0 0.92 0.83 0.13
HSL 353.82º 0.86% 0.47% -
HSV(B) 353.82º 0.92% 0.87% -
XYZ 30.37 15.91 3.3 -
YUV 80.39 104.09 228.29 -
System Red Green Blue C M Y K H S L
Decimal 221 17 38 0 0.92 0.83 0.13 353.82 0.86 0.47
Hex DD 11 26 0 5C 53 D 162 56 2F
Octal 335 21 46 0 134 123 15 542 126 57
Binary 11011101 10001 100110 0 1011100 1010011 1101 101100010 1010110 101111

Color Harmonies of #DD1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1126

Black with #DD1126

Text Example


Text Example

White with #DD1126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1126; }

 p { color: rgb(221,17,38); }

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

background-color css

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

 a { background-color: rgb(221,17,38); }

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

border-color css

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

 span { border-color: rgb(221,17,38); }

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