Html Css Color HEX #DC0816 Venetian Red

📋 copy color: '#DC0816'

red 220 ◦ green 8 ◦ blue 22

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

Shades of Venetian Red #DC0816

Tints of Venetian Red #DC0816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.2%

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

R = 88%
G = 3.2%
B = 8.8%

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

#DC0816 (or 0xDC0816) is known color: Venetian Red. HEX triplet: DC, 08 and 16. RGB value is (220,8,22). Sum of RGB (Red+Green+Blue) = 220+8+22=250 (33% of max value = 765). Red value is 220 (86.33% from 255 or 88% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0816 is #23F7E9. Grayscale: #494949. Windows color (decimal): -2357226 or 1444060. OLE color: 1444060.

HSL color Cylindrical-coordinate representation of color #DC0816: hue angle of 356.04º degrees, saturation: 0.93, 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 #DC0816 is Cyan = 0, Magento = 0.96, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 8 22 -
CMYK 0 0.96 0.9 0.14
HSL 356.04º 0.93% 0.45% -
HSV(B) 356.04º 0.96% 0.86% -
XYZ 29.75 15.45 2.17 -
YUV 72.98 99.24 232.86 -
System Red Green Blue C M Y K H S L
Decimal 220 8 22 0 0.96 0.9 0.14 356.04 0.93 0.45
Hex DC 8 16 0 60 5A E 164 5D 2D
Octal 334 10 26 0 140 132 16 544 135 55
Binary 11011100 1000 10110 0 1100000 1011010 1110 101100100 1011101 101101

Color Harmonies of #DC0816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0816

Black with #DC0816

Text Example


Text Example

White with #DC0816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0816; }

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

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

background-color css

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

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

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

border-color css

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

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

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