Html Css Color HEX #DC0109 Venetian Red

📋 copy color: '#DC0109'

red 220 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #DC0109

Tints of Venetian Red #DC0109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.91%

R = 95.65%
G = 0.43%
B = 3.91%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC0109 (or 0xDC0109) is known color: Venetian Red. HEX triplet: DC, 01 and 09. RGB value is (220,1,9). Sum of RGB (Red+Green+Blue) = 220+1+9=230 (30% of max value = 765). Red value is 220 (86.33% from 255 or 95.65% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0109 is #23FEF6. Grayscale: #434343. Windows color (decimal): -2359031 or 590300. OLE color: 590300.

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

Color convert

RGB 220 1 9 -
CMYK 0 1.00 0.96 0.14
HSL 357.81º 0.99% 0.43% -
HSV(B) 357.81º 1% 0.86% -
XYZ 29.58 15.26 1.64 -
YUV 67.39 95.05 236.85 -
System Red Green Blue C M Y K H S L
Decimal 220 1 9 0 1.00 0.96 0.14 357.81 0.99 0.43
Hex DC 1 9 0 64 60 E 166 63 2B
Octal 334 1 11 0 144 140 16 546 143 53
Binary 11011100 1 1001 0 1100100 1100000 1110 101100110 1100011 101011

Color Harmonies of #DC0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0109

Black with #DC0109

Text Example


Text Example

White with #DC0109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0109; }

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

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

background-color css

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

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

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

border-color css

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

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

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