Html Css Color HEX #DD0926 Fire Engine Red

📋 copy color: '#DD0926'

red 221 ◦ green 9 ◦ blue 38

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

Shades of Fire Engine Red #DD0926

Tints of Fire Engine Red #DD0926

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.36%

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

R = 82.46%
G = 3.36%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD0926 (or 0xDD0926) is known color: Fire Engine Red. HEX triplet: DD, 09 and 26. RGB value is (221,9,38). Sum of RGB (Red+Green+Blue) = 221+9+38=268 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.46% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0926 is #22F6D9. Grayscale: #4B4B4B. Windows color (decimal): -2291418 or 2492893. OLE color: 2492893.

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

Color convert

RGB 221 9 38 -
CMYK 0 0.96 0.83 0.13
HSL 351.79º 0.92% 0.45% -
HSV(B) 351.79º 0.96% 0.87% -
XYZ 30.27 15.71 3.27 -
YUV 75.69 106.74 231.64 -
System Red Green Blue C M Y K H S L
Decimal 221 9 38 0 0.96 0.83 0.13 351.79 0.92 0.45
Hex DD 9 26 0 60 53 D 160 5C 2D
Octal 335 11 46 0 140 123 15 540 134 55
Binary 11011101 1001 100110 0 1100000 1010011 1101 101100000 1011100 101101

Color Harmonies of #DD0926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0926

Black with #DD0926

Text Example


Text Example

White with #DD0926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0926; }

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

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

background-color css

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

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

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

border-color css

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

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

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