Html Css Color HEX #D0000B Venetian Red

📋 copy color: '#D0000B'

red 208 ◦ green 0 ◦ blue 11

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

Shades of Venetian Red #D0000B

Tints of Venetian Red #D0000B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 11 (4.69% from 255) = 5.02%

R = 94.98%
G = 0%
B = 5.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0000B (or 0xD0000B) is known color: Venetian Red. HEX triplet: D0, 00 and 0B. RGB value is (208,0,11). Sum of RGB (Red+Green+Blue) = 208+0+11=219 (29% of max value = 765). Red value is 208 (81.64% from 255 or 94.98% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 208 - color contains mainly: red. Hex color #D0000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0000B is #2FFFF4. Grayscale: #3F3F3F. Windows color (decimal): -3145717 or 721104. OLE color: 721104.

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

Color convert

RGB 208 0 11 -
CMYK 0 1 0.95 0.18
HSL 356.83º 1% 0.41% -
HSV(B) 356.83º 1% 0.82% -
XYZ 26.07 13.43 1.54 -
YUV 63.45 98.41 231.11 -
System Red Green Blue C M Y K H S L
Decimal 208 0 11 0 1 0.95 0.18 356.83 1 0.41
Hex D0 0 B 0 64 5F 12 165 64 29
Octal 320 0 13 0 144 137 22 545 144 51
Binary 11010000 0 1011 0 1100100 1011111 10010 101100101 1100100 101001

Color Harmonies of #D0000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0000B

Black with #D0000B

Text Example


Text Example

White with #D0000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0000B; }

 p { color: rgb(208,0,11); }

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

background-color css

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

 a { background-color: rgb(208,0,11); }

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

border-color css

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

 span { border-color: rgb(208,0,11); }

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