Html Css Color HEX #DD0210 Venetian Red

📋 copy color: '#DD0210'

red 221 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #DD0210

Tints of Venetian Red #DD0210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.69%

R = 92.47%
G = 0.84%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD0210 (or 0xDD0210) is known color: Venetian Red. HEX triplet: DD, 02 and 10. RGB value is (221,2,16). Sum of RGB (Red+Green+Blue) = 221+2+16=239 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.47% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0210 is #22FDEF. Grayscale: #454545. Windows color (decimal): -2293232 or 1049309. OLE color: 1049309.

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

Color convert

RGB 221 2 16 -
CMYK 0 0.99 0.93 0.13
HSL 356.16º 0.98% 0.44% -
HSV(B) 356.16º 0.99% 0.87% -
XYZ 29.93 15.45 1.9 -
YUV 69.08 98.05 236.36 -
System Red Green Blue C M Y K H S L
Decimal 221 2 16 0 0.99 0.93 0.13 356.16 0.98 0.44
Hex DD 2 10 0 63 5D D 164 62 2C
Octal 335 2 20 0 143 135 15 544 142 54
Binary 11011101 10 10000 0 1100011 1011101 1101 101100100 1100010 101100

Color Harmonies of #DD0210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0210

Black with #DD0210

Text Example


Text Example

White with #DD0210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0210; }

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

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

background-color css

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

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

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

border-color css

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

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

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