Html Css Color HEX #DC0316 Venetian Red

📋 copy color: '#DC0316'

red 220 ◦ green 3 ◦ blue 22

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

Shades of Venetian Red #DC0316

Tints of Venetian Red #DC0316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

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

R = 89.8%
G = 1.22%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC0316 (or 0xDC0316) is known color: Venetian Red. HEX triplet: DC, 03 and 16. RGB value is (220,3,22). Sum of RGB (Red+Green+Blue) = 220+3+22=245 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.80% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0316 is #23FCE9. Grayscale: #464646. Windows color (decimal): -2358506 or 1442780. OLE color: 1442780.

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

Color convert

RGB 220 3 22 -
CMYK 0 0.99 0.9 0.14
HSL 354.75º 0.97% 0.44% -
HSV(B) 354.75º 0.99% 0.86% -
XYZ 29.69 15.34 2.15 -
YUV 70.05 100.89 234.96 -
System Red Green Blue C M Y K H S L
Decimal 220 3 22 0 0.99 0.9 0.14 354.75 0.97 0.44
Hex DC 3 16 0 63 5A E 163 61 2C
Octal 334 3 26 0 143 132 16 543 141 54
Binary 11011100 11 10110 0 1100011 1011010 1110 101100011 1100001 101100

Color Harmonies of #DC0316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0316

Black with #DC0316

Text Example


Text Example

White with #DC0316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0316; }

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

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

background-color css

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

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

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

border-color css

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

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

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