Html Css Color HEX #DC0911 Venetian Red

📋 copy color: '#DC0911'

red 220 ◦ green 9 ◦ blue 17

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

Shades of Venetian Red #DC0911

Tints of Venetian Red #DC0911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.66%

 BLUE value IS 17 (7.03% from 255) = 6.91%

R = 89.43%
G = 3.66%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC0911 (or 0xDC0911) is known color: Venetian Red. HEX triplet: DC, 09 and 11. RGB value is (220,9,17). Sum of RGB (Red+Green+Blue) = 220+9+17=246 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.43% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0911 is #23F6EE. Grayscale: #494949. Windows color (decimal): -2356975 or 1116636. OLE color: 1116636.

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

Color convert

RGB 220 9 17 -
CMYK 0 0.96 0.92 0.14
HSL 357.73º 0.92% 0.45% -
HSV(B) 357.73º 0.96% 0.86% -
XYZ 29.71 15.45 1.95 -
YUV 73 96.4 232.85 -
System Red Green Blue C M Y K H S L
Decimal 220 9 17 0 0.96 0.92 0.14 357.73 0.92 0.45
Hex DC 9 11 0 60 5C E 166 5C 2D
Octal 334 11 21 0 140 134 16 546 134 55
Binary 11011100 1001 10001 0 1100000 1011100 1110 101100110 1011100 101101

Color Harmonies of #DC0911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0911

Black with #DC0911

Text Example


Text Example

White with #DC0911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0911; }

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

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

background-color css

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

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

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

border-color css

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

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

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