Html Css Color HEX #DC0310 Venetian Red

📋 copy color: '#DC0310'

red 220 ◦ green 3 ◦ blue 16

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

Shades of Venetian Red #DC0310

Tints of Venetian Red #DC0310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.69%

R = 92.05%
G = 1.26%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC0310 (or 0xDC0310) is known color: Venetian Red. HEX triplet: DC, 03 and 10. RGB value is (220,3,16). Sum of RGB (Red+Green+Blue) = 220+3+16=239 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.05% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0310 is #23FCEF. Grayscale: #454545. Windows color (decimal): -2358512 or 1049564. OLE color: 1049564.

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

Color convert

RGB 220 3 16 -
CMYK 0 0.99 0.93 0.14
HSL 356.41º 0.97% 0.44% -
HSV(B) 356.41º 0.99% 0.86% -
XYZ 29.64 15.32 1.88 -
YUV 69.37 97.89 235.44 -
System Red Green Blue C M Y K H S L
Decimal 220 3 16 0 0.99 0.93 0.14 356.41 0.97 0.44
Hex DC 3 10 0 63 5D E 164 61 2C
Octal 334 3 20 0 143 135 16 544 141 54
Binary 11011100 11 10000 0 1100011 1011101 1110 101100100 1100001 101100

Color Harmonies of #DC0310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0310

Black with #DC0310

Text Example


Text Example

White with #DC0310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0310; }

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

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

background-color css

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

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

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

border-color css

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

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

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