Html Css Color HEX #DD0320 Venetian Red

📋 copy color: '#DD0320'

red 221 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #DD0320

Tints of Venetian Red #DD0320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 86.33%
G = 1.17%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD0320 (or 0xDD0320) is known color: Venetian Red. HEX triplet: DD, 03 and 20. RGB value is (221,3,32). Sum of RGB (Red+Green+Blue) = 221+3+32=256 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.33% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0320 is #22FCDF. Grayscale: #474747. Windows color (decimal): -2292960 or 2098141. OLE color: 2098141.

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

Color convert

RGB 221 3 32 -
CMYK 0 0.99 0.86 0.13
HSL 352.02º 0.97% 0.44% -
HSV(B) 352.02º 0.99% 0.87% -
XYZ 30.11 15.54 2.78 -
YUV 71.49 105.72 234.64 -
System Red Green Blue C M Y K H S L
Decimal 221 3 32 0 0.99 0.86 0.13 352.02 0.97 0.44
Hex DD 3 20 0 63 56 D 160 61 2C
Octal 335 3 40 0 143 126 15 540 141 54
Binary 11011101 11 100000 0 1100011 1010110 1101 101100000 1100001 101100

Color Harmonies of #DD0320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0320

Black with #DD0320

Text Example


Text Example

White with #DD0320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0320; }

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

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

background-color css

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

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

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

border-color css

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

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

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