Html Css Color HEX #DD0216 Venetian Red

📋 copy color: '#DD0216'

red 221 ◦ green 2 ◦ blue 22

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

Shades of Venetian Red #DD0216

Tints of Venetian Red #DD0216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.98%

R = 90.2%
G = 0.82%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD0216 (or 0xDD0216) is known color: Venetian Red. HEX triplet: DD, 02 and 16. RGB value is (221,2,22). Sum of RGB (Red+Green+Blue) = 221+2+22=245 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.20% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0216 is #22FDE9. Grayscale: #454545. Windows color (decimal): -2293226 or 1442525. OLE color: 1442525.

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

Color convert

RGB 221 2 22 -
CMYK 0 0.99 0.90 0.13
HSL 354.52º 0.98% 0.44% -
HSV(B) 354.52º 0.99% 0.87% -
XYZ 29.99 15.47 2.17 -
YUV 69.76 101.05 235.87 -
System Red Green Blue C M Y K H S L
Decimal 221 2 22 0 0.99 0.90 0.13 354.52 0.98 0.44
Hex DD 2 16 0 63 5A D 163 62 2C
Octal 335 2 26 0 143 132 15 543 142 54
Binary 11011101 10 10110 0 1100011 1011010 1101 101100011 1100010 101100

Color Harmonies of #DD0216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0216

Black with #DD0216

Text Example


Text Example

White with #DD0216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0216; }

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

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

background-color css

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

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

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

border-color css

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

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

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