Html Css Color HEX #DD0922 Fire Engine Red

📋 copy color: '#DD0922'

red 221 ◦ green 9 ◦ blue 34

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

Shades of Fire Engine Red #DD0922

Tints of Fire Engine Red #DD0922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.88%

R = 83.71%
G = 3.41%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD0922 (or 0xDD0922) is known color: Fire Engine Red. HEX triplet: DD, 09 and 22. RGB value is (221,9,34). Sum of RGB (Red+Green+Blue) = 221+9+34=264 (34% of max value = 765). Red value is 221 (86.72% from 255 or 83.71% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0922 is #22F6DD. Grayscale: #4B4B4B. Windows color (decimal): -2291422 or 2230749. OLE color: 2230749.

HSL color Cylindrical-coordinate representation of color #DD0922: hue angle of 352.92º 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 #DD0922 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 9 34 -
CMYK 0 0.96 0.85 0.13
HSL 352.92º 0.92% 0.45% -
HSV(B) 352.92º 0.96% 0.87% -
XYZ 30.21 15.68 2.95 -
YUV 75.24 104.74 231.97 -
System Red Green Blue C M Y K H S L
Decimal 221 9 34 0 0.96 0.85 0.13 352.92 0.92 0.45
Hex DD 9 22 0 60 55 D 161 5C 2D
Octal 335 11 42 0 140 125 15 541 134 55
Binary 11011101 1001 100010 0 1100000 1010101 1101 101100001 1011100 101101

Color Harmonies of #DD0922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0922

Black with #DD0922

Text Example


Text Example

White with #DD0922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0922; }

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

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

background-color css

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

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

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

border-color css

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

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

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