Html Css Color HEX #D00911 Venetian Red

📋 copy color: '#D00911'

red 208 ◦ green 9 ◦ blue 17

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

Shades of Venetian Red #D00911

Tints of Venetian Red #D00911

RGB

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

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

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

R = 88.89%
G = 3.85%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D00911 (or 0xD00911) is known color: Venetian Red. HEX triplet: D0, 09 and 11. RGB value is (208,9,17). Sum of RGB (Red+Green+Blue) = 208+9+17=234 (30% of max value = 765). Red value is 208 (81.64% from 255 or 88.89% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 208 - color contains mainly: red. Hex color #D00911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00911 is #2FF6EE. Grayscale: #454545. Windows color (decimal): -3143407 or 1116624. OLE color: 1116624.

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

Color convert

RGB 208 9 17 -
CMYK 0 0.96 0.92 0.18
HSL 357.59º 0.92% 0.43% -
HSV(B) 357.59º 0.96% 0.82% -
XYZ 26.21 13.65 1.78 -
YUV 69.41 98.43 226.85 -
System Red Green Blue C M Y K H S L
Decimal 208 9 17 0 0.96 0.92 0.18 357.59 0.92 0.43
Hex D0 9 11 0 60 5C 12 166 5C 2B
Octal 320 11 21 0 140 134 22 546 134 53
Binary 11010000 1001 10001 0 1100000 1011100 10010 101100110 1011100 101011

Color Harmonies of #D00911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00911

Black with #D00911

Text Example


Text Example

White with #D00911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00911; }

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

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

background-color css

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

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

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

border-color css

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

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

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