Html Css Color HEX #D0070B Venetian Red

📋 copy color: '#D0070B'

red 208 ◦ green 7 ◦ blue 11

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

Shades of Venetian Red #D0070B

Tints of Venetian Red #D0070B

RGB

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

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

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

R = 92.04%
G = 3.1%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0070B (or 0xD0070B) is known color: Venetian Red. HEX triplet: D0, 07 and 0B. RGB value is (208,7,11). Sum of RGB (Red+Green+Blue) = 208+7+11=226 (29% of max value = 765). Red value is 208 (81.64% from 255 or 92.04% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 208 - color contains mainly: red. Hex color #D0070B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0070B is #2FF8F4. Grayscale: #434343. Windows color (decimal): -3143925 or 722896. OLE color: 722896.

HSL color Cylindrical-coordinate representation of color #D0070B: hue angle of 358.81º 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 #D0070B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 7 11 -
CMYK 0 0.97 0.95 0.18
HSL 358.81º 0.93% 0.42% -
HSV(B) 358.81º 0.97% 0.82% -
XYZ 26.15 13.59 1.56 -
YUV 67.56 96.09 228.17 -
System Red Green Blue C M Y K H S L
Decimal 208 7 11 0 0.97 0.95 0.18 358.81 0.93 0.42
Hex D0 7 B 0 61 5F 12 167 5D 2A
Octal 320 7 13 0 141 137 22 547 135 52
Binary 11010000 111 1011 0 1100001 1011111 10010 101100111 1011101 101010

Color Harmonies of #D0070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0070B

Black with #D0070B

Text Example


Text Example

White with #D0070B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0070B; }

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

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

background-color css

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

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

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

border-color css

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

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

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