Html Css Color HEX #DD0016 Venetian Red

📋 copy color: '#DD0016'

red 221 ◦ green 0 ◦ blue 22

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

Shades of Venetian Red #DD0016

Tints of Venetian Red #DD0016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.95%
G = 0%
B = 9.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD0016 (or 0xDD0016) is known color: Venetian Red. HEX triplet: DD, 00 and 16. RGB value is (221,0,22). Sum of RGB (Red+Green+Blue) = 221+0+22=243 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.95% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0016 is #22FFE9. Grayscale: #444444. Windows color (decimal): -2293738 or 1442013. OLE color: 1442013.

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

Color convert

RGB 221 0 22 -
CMYK 0 1 0.90 0.13
HSL 354.03º 1% 0.43% -
HSV(B) 354.03º 1% 0.87% -
XYZ 29.96 15.43 2.16 -
YUV 68.59 101.72 236.71 -
System Red Green Blue C M Y K H S L
Decimal 221 0 22 0 1 0.90 0.13 354.03 1 0.43
Hex DD 0 16 0 64 5A D 162 64 2B
Octal 335 0 26 0 144 132 15 542 144 53
Binary 11011101 0 10110 0 1100100 1011010 1101 101100010 1100100 101011

Color Harmonies of #DD0016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0016

Black with #DD0016

Text Example


Text Example

White with #DD0016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0016; }

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

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

background-color css

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

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

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

border-color css

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

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

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