Html Css Color HEX #DD0120 Venetian Red

📋 copy color: '#DD0120'

red 221 ◦ green 1 ◦ blue 32

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

Shades of Venetian Red #DD0120

Tints of Venetian Red #DD0120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 87.01%
G = 0.39%
B = 12.6%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD0120 (or 0xDD0120) is known color: Venetian Red. HEX triplet: DD, 01 and 20. RGB value is (221,1,32). Sum of RGB (Red+Green+Blue) = 221+1+32=254 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.01% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0120 is #22FEDF. Grayscale: #464646. Windows color (decimal): -2293472 or 2097629. OLE color: 2097629.

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

Color convert

RGB 221 1 32 -
CMYK 0 1.00 0.86 0.13
HSL 351.55º 0.99% 0.44% -
HSV(B) 351.55º 1% 0.87% -
XYZ 30.09 15.5 2.77 -
YUV 70.31 106.39 235.48 -
System Red Green Blue C M Y K H S L
Decimal 221 1 32 0 1.00 0.86 0.13 351.55 0.99 0.44
Hex DD 1 20 0 64 56 D 160 63 2C
Octal 335 1 40 0 144 126 15 540 143 54
Binary 11011101 1 100000 0 1100100 1010110 1101 101100000 1100011 101100

Color Harmonies of #DD0120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0120

Black with #DD0120

Text Example


Text Example

White with #DD0120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0120; }

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

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

background-color css

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

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

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

border-color css

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

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

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