Html Css Color HEX #DD0916 Venetian Red

📋 copy color: '#DD0916'

red 221 ◦ green 9 ◦ blue 22

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

Shades of Venetian Red #DD0916

Tints of Venetian Red #DD0916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.57%

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

R = 87.7%
G = 3.57%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD0916 (or 0xDD0916) is known color: Venetian Red. HEX triplet: DD, 09 and 16. RGB value is (221,9,22). Sum of RGB (Red+Green+Blue) = 221+9+22=252 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.70% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0916 is #22F6E9. Grayscale: #4A4A4A. Windows color (decimal): -2291434 or 1444317. OLE color: 1444317.

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

Color convert

RGB 221 9 22 -
CMYK 0 0.96 0.90 0.13
HSL 356.32º 0.92% 0.45% -
HSV(B) 356.32º 0.96% 0.87% -
XYZ 30.06 15.63 2.19 -
YUV 73.87 98.74 232.94 -
System Red Green Blue C M Y K H S L
Decimal 221 9 22 0 0.96 0.90 0.13 356.32 0.92 0.45
Hex DD 9 16 0 60 5A D 164 5C 2D
Octal 335 11 26 0 140 132 15 544 134 55
Binary 11011101 1001 10110 0 1100000 1011010 1101 101100100 1011100 101101

Color Harmonies of #DD0916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0916

Black with #DD0916

Text Example


Text Example

White with #DD0916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0916; }

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

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

background-color css

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

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

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

border-color css

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

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

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