Html Css Color HEX #DD0322 Fire Engine Red

📋 copy color: '#DD0322'

red 221 ◦ green 3 ◦ blue 34

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

Shades of Fire Engine Red #DD0322

Tints of Fire Engine Red #DD0322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

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

R = 85.66%
G = 1.16%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD0322 (or 0xDD0322) is known color: Fire Engine Red. HEX triplet: DD, 03 and 22. RGB value is (221,3,34). Sum of RGB (Red+Green+Blue) = 221+3+34=258 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.66% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0322 is #22FCDD. Grayscale: #474747. Windows color (decimal): -2292958 or 2229213. OLE color: 2229213.

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

Color convert

RGB 221 3 34 -
CMYK 0 0.99 0.85 0.13
HSL 351.47º 0.97% 0.44% -
HSV(B) 351.47º 0.99% 0.87% -
XYZ 30.14 15.55 2.93 -
YUV 71.72 106.72 234.48 -
System Red Green Blue C M Y K H S L
Decimal 221 3 34 0 0.99 0.85 0.13 351.47 0.97 0.44
Hex DD 3 22 0 63 55 D 15F 61 2C
Octal 335 3 42 0 143 125 15 537 141 54
Binary 11011101 11 100010 0 1100011 1010101 1101 101011111 1100001 101100

Color Harmonies of #DD0322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0322

Black with #DD0322

Text Example


Text Example

White with #DD0322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0322; }

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

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

background-color css

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

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

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

border-color css

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

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

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