Html Css Color HEX #DD0221 Venetian Red

📋 copy color: '#DD0221'

red 221 ◦ green 2 ◦ blue 33

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

Shades of Venetian Red #DD0221

Tints of Venetian Red #DD0221

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 33 (13.28% from 255) = 12.89%

R = 86.33%
G = 0.78%
B = 12.89%

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

#DD0221 (or 0xDD0221) is known color: Venetian Red. HEX triplet: DD, 02 and 21. RGB value is (221,2,33). Sum of RGB (Red+Green+Blue) = 221+2+33=256 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.33% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0221 is #22FDDE. Grayscale: #474747. Windows color (decimal): -2293215 or 2163421. OLE color: 2163421.

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

Color convert

RGB 221 2 33 -
CMYK 0 0.99 0.85 0.13
HSL 351.51º 0.98% 0.44% -
HSV(B) 351.51º 0.99% 0.87% -
XYZ 30.12 15.53 2.85 -
YUV 71.02 106.55 234.98 -
System Red Green Blue C M Y K H S L
Decimal 221 2 33 0 0.99 0.85 0.13 351.51 0.98 0.44
Hex DD 2 21 0 63 55 D 160 62 2C
Octal 335 2 41 0 143 125 15 540 142 54
Binary 11011101 10 100001 0 1100011 1010101 1101 101100000 1100010 101100

Color Harmonies of #DD0221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0221

Black with #DD0221

Text Example


Text Example

White with #DD0221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0221; }

 p { color: rgb(221,2,33); }

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

background-color css

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

 a { background-color: rgb(221,2,33); }

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

border-color css

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

 span { border-color: rgb(221,2,33); }

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