Html Css Color HEX #DD0622 Fire Engine Red

📋 copy color: '#DD0622'

red 221 ◦ green 6 ◦ blue 34

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

Shades of Fire Engine Red #DD0622

Tints of Fire Engine Red #DD0622

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.3%

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

R = 84.67%
G = 2.3%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD0622 (or 0xDD0622) is known color: Fire Engine Red. HEX triplet: DD, 06 and 22. RGB value is (221,6,34). Sum of RGB (Red+Green+Blue) = 221+6+34=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0622 is #22F9DD. Grayscale: #494949. Windows color (decimal): -2292190 or 2229981. OLE color: 2229981.

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

Color convert

RGB 221 6 34 -
CMYK 0 0.97 0.85 0.13
HSL 352.19º 0.95% 0.45% -
HSV(B) 352.19º 0.97% 0.87% -
XYZ 30.17 15.62 2.94 -
YUV 73.48 105.73 233.22 -
System Red Green Blue C M Y K H S L
Decimal 221 6 34 0 0.97 0.85 0.13 352.19 0.95 0.45
Hex DD 6 22 0 61 55 D 160 5F 2D
Octal 335 6 42 0 141 125 15 540 137 55
Binary 11011101 110 100010 0 1100001 1010101 1101 101100000 1011111 101101

Color Harmonies of #DD0622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0622

Black with #DD0622

Text Example


Text Example

White with #DD0622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0622; }

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

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

background-color css

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

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

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

border-color css

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

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

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