Html Css Color HEX #DD1E26 Fire Engine Red

📋 copy color: '#DD1E26'

red 221 ◦ green 30 ◦ blue 38

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

Shades of Fire Engine Red #DD1E26

Tints of Fire Engine Red #DD1E26

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.38%

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

R = 76.47%
G = 10.38%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD1E26 (or 0xDD1E26) is known color: Fire Engine Red. HEX triplet: DD, 1E and 26. RGB value is (221,30,38). Sum of RGB (Red+Green+Blue) = 221+30+38=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1E26 is #22E1D9. Grayscale: #585858. Windows color (decimal): -2286042 or 2498269. OLE color: 2498269.

HSL color Cylindrical-coordinate representation of color #DD1E26: hue angle of 357.49º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1E26 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 30 38 -
CMYK 0 0.86 0.83 0.13
HSL 357.49º 0.76% 0.49% -
HSV(B) 357.49º 0.86% 0.87% -
XYZ 30.63 16.44 3.39 -
YUV 88.02 99.78 222.85 -
System Red Green Blue C M Y K H S L
Decimal 221 30 38 0 0.86 0.83 0.13 357.49 0.76 0.49
Hex DD 1E 26 0 56 53 D 165 4C 31
Octal 335 36 46 0 126 123 15 545 114 61
Binary 11011101 11110 100110 0 1010110 1010011 1101 101100101 1001100 110001

Color Harmonies of #DD1E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E26

Black with #DD1E26

Text Example


Text Example

White with #DD1E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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