Html Css Color HEX #DC0311 Venetian Red

📋 copy color: '#DC0311'

red 220 ◦ green 3 ◦ blue 17

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

Shades of Venetian Red #DC0311

Tints of Venetian Red #DC0311

RGB

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

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

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

R = 91.67%
G = 1.25%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC0311 (or 0xDC0311) is known color: Venetian Red. HEX triplet: DC, 03 and 11. RGB value is (220,3,17). Sum of RGB (Red+Green+Blue) = 220+3+17=240 (31% of max value = 765). Red value is 220 (86.33% from 255 or 91.67% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0311 is #23FCEE. Grayscale: #454545. Windows color (decimal): -2358511 or 1115100. OLE color: 1115100.

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

Color convert

RGB 220 3 17 -
CMYK 0 0.99 0.92 0.14
HSL 356.13º 0.97% 0.44% -
HSV(B) 356.13º 0.99% 0.86% -
XYZ 29.65 15.32 1.92 -
YUV 69.48 98.39 235.36 -
System Red Green Blue C M Y K H S L
Decimal 220 3 17 0 0.99 0.92 0.14 356.13 0.97 0.44
Hex DC 3 11 0 63 5C E 164 61 2C
Octal 334 3 21 0 143 134 16 544 141 54
Binary 11011100 11 10001 0 1100011 1011100 1110 101100100 1100001 101100

Color Harmonies of #DC0311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0311

Black with #DC0311

Text Example


Text Example

White with #DC0311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0311; }

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

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

background-color css

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

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

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

border-color css

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

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

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