Html Css Color HEX #DC0916 Venetian Red

📋 copy color: '#DC0916'

red 220 ◦ green 9 ◦ blue 22

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

Shades of Venetian Red #DC0916

Tints of Venetian Red #DC0916

RGB

 RED value IS 220 (86.33% from 255) = 87.65%

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

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

R = 87.65%
G = 3.59%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC0916 (or 0xDC0916) is known color: Venetian Red. HEX triplet: DC, 09 and 16. RGB value is (220,9,22). Sum of RGB (Red+Green+Blue) = 220+9+22=251 (33% of max value = 765). Red value is 220 (86.33% from 255 or 87.65% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0916 is #23F6E9. Grayscale: #494949. Windows color (decimal): -2356970 or 1444316. OLE color: 1444316.

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

Color convert

RGB 220 9 22 -
CMYK 0 0.96 0.9 0.14
HSL 356.3º 0.92% 0.45% -
HSV(B) 356.3º 0.96% 0.86% -
XYZ 29.76 15.47 2.18 -
YUV 73.57 98.9 232.44 -
System Red Green Blue C M Y K H S L
Decimal 220 9 22 0 0.96 0.9 0.14 356.3 0.92 0.45
Hex DC 9 16 0 60 5A E 164 5C 2D
Octal 334 11 26 0 140 132 16 544 134 55
Binary 11011100 1001 10110 0 1100000 1011010 1110 101100100 1011100 101101

Color Harmonies of #DC0916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0916

Black with #DC0916

Text Example


Text Example

White with #DC0916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0916; }

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

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

background-color css

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

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

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

border-color css

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

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

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