Html Css Color HEX #DC0113 Venetian Red

📋 copy color: '#DC0113'

red 220 ◦ green 1 ◦ blue 19

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

Shades of Venetian Red #DC0113

Tints of Venetian Red #DC0113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 91.67%
G = 0.42%
B = 7.92%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC0113 (or 0xDC0113) is known color: Venetian Red. HEX triplet: DC, 01 and 13. RGB value is (220,1,19). Sum of RGB (Red+Green+Blue) = 220+1+19=240 (31% of max value = 765). Red value is 220 (86.33% from 255 or 91.67% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0113 is #23FEEC. Grayscale: #444444. Windows color (decimal): -2359021 or 1245660. OLE color: 1245660.

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

Color convert

RGB 220 1 19 -
CMYK 0 1.00 0.91 0.14
HSL 355.07º 0.99% 0.43% -
HSV(B) 355.07º 1% 0.86% -
XYZ 29.64 15.28 2 -
YUV 68.53 100.05 236.04 -
System Red Green Blue C M Y K H S L
Decimal 220 1 19 0 1.00 0.91 0.14 355.07 0.99 0.43
Hex DC 1 13 0 64 5B E 163 63 2B
Octal 334 1 23 0 144 133 16 543 143 53
Binary 11011100 1 10011 0 1100100 1011011 1110 101100011 1100011 101011

Color Harmonies of #DC0113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0113

Black with #DC0113

Text Example


Text Example

White with #DC0113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0113; }

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

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

background-color css

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

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

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

border-color css

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

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

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