Html Css Color HEX #DC0013 Venetian Red

📋 copy color: '#DC0013'

red 220 ◦ green 0 ◦ blue 19

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

Shades of Venetian Red #DC0013

Tints of Venetian Red #DC0013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 19 (7.81% from 255) = 7.95%

R = 92.05%
G = 0%
B = 7.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC0013 (or 0xDC0013) is known color: Venetian Red. HEX triplet: DC, 00 and 13. RGB value is (220,0,19). Sum of RGB (Red+Green+Blue) = 220+0+19=239 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.05% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0013 is #23FFEC. Grayscale: #444444. Windows color (decimal): -2359277 or 1245404. OLE color: 1245404.

HSL color Cylindrical-coordinate representation of color #DC0013: hue angle of 354.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0013 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 0 19 -
CMYK 0 1 0.91 0.14
HSL 354.82º 1% 0.43% -
HSV(B) 354.82º 1% 0.86% -
XYZ 29.63 15.26 2 -
YUV 67.95 100.39 236.46 -
System Red Green Blue C M Y K H S L
Decimal 220 0 19 0 1 0.91 0.14 354.82 1 0.43
Hex DC 0 13 0 64 5B E 163 64 2B
Octal 334 0 23 0 144 133 16 543 144 53
Binary 11011100 0 10011 0 1100100 1011011 1110 101100011 1100100 101011

Color Harmonies of #DC0013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0013

Black with #DC0013

Text Example


Text Example

White with #DC0013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0013; }

 p { color: rgb(220,0,19); }

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

background-color css

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

 a { background-color: rgb(220,0,19); }

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

border-color css

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

 span { border-color: rgb(220,0,19); }

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