Html Css Color HEX #D00711 Venetian Red

📋 copy color: '#D00711'

red 208 ◦ green 7 ◦ blue 17

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

Shades of Venetian Red #D00711

Tints of Venetian Red #D00711

RGB

 RED value IS 208 (81.64% from 255) = 89.66%

 GREEN value IS 7 (3.13% from 255) = 3.02%

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

R = 89.66%
G = 3.02%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D00711 (or 0xD00711) is known color: Venetian Red. HEX triplet: D0, 07 and 11. RGB value is (208,7,17). Sum of RGB (Red+Green+Blue) = 208+7+17=232 (30% of max value = 765). Red value is 208 (81.64% from 255 or 89.66% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 208 - color contains mainly: red. Hex color #D00711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00711 is #2FF8EE. Grayscale: #444444. Windows color (decimal): -3143919 or 1116112. OLE color: 1116112.

HSL color Cylindrical-coordinate representation of color #D00711: hue angle of 357.01º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00711 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 7 17 -
CMYK 0 0.97 0.92 0.18
HSL 357.01º 0.93% 0.42% -
HSV(B) 357.01º 0.97% 0.82% -
XYZ 26.19 13.6 1.78 -
YUV 68.24 99.09 227.69 -
System Red Green Blue C M Y K H S L
Decimal 208 7 17 0 0.97 0.92 0.18 357.01 0.93 0.42
Hex D0 7 11 0 61 5C 12 165 5D 2A
Octal 320 7 21 0 141 134 22 545 135 52
Binary 11010000 111 10001 0 1100001 1011100 10010 101100101 1011101 101010

Color Harmonies of #D00711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00711

Black with #D00711

Text Example


Text Example

White with #D00711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00711; }

 p { color: rgb(208,7,17); }

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

background-color css

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

 a { background-color: rgb(208,7,17); }

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

border-color css

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

 span { border-color: rgb(208,7,17); }

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