Html Css Color HEX #D2080B Venetian Red

📋 copy color: '#D2080B'

red 210 ◦ green 8 ◦ blue 11

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

Shades of Venetian Red #D2080B

Tints of Venetian Red #D2080B

RGB

 RED value IS 210 (82.42% from 255) = 91.7%

 GREEN value IS 8 (3.52% from 255) = 3.49%

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

R = 91.7%
G = 3.49%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D2080B (or 0xD2080B) is known color: Venetian Red. HEX triplet: D2, 08 and 0B. RGB value is (210,8,11). Sum of RGB (Red+Green+Blue) = 210+8+11=229 (30% of max value = 765). Red value is 210 (82.42% from 255 or 91.70% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 210 - color contains mainly: red. Hex color #D2080B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2080B is #2DF7F4. Grayscale: #444444. Windows color (decimal): -3012597 or 723154. OLE color: 723154.

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

Color convert

RGB 210 8 11 -
CMYK 0 0.96 0.95 0.18
HSL 359.11º 0.93% 0.43% -
HSV(B) 359.11º 0.96% 0.82% -
XYZ 26.73 13.9 1.59 -
YUV 68.74 95.42 228.76 -
System Red Green Blue C M Y K H S L
Decimal 210 8 11 0 0.96 0.95 0.18 359.11 0.93 0.43
Hex D2 8 B 0 60 5F 12 167 5D 2B
Octal 322 10 13 0 140 137 22 547 135 53
Binary 11010010 1000 1011 0 1100000 1011111 10010 101100111 1011101 101011

Color Harmonies of #D2080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2080B

Black with #D2080B

Text Example


Text Example

White with #D2080B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2080B; }

 p { color: rgb(210,8,11); }

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

background-color css

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

 a { background-color: rgb(210,8,11); }

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

border-color css

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

 span { border-color: rgb(210,8,11); }

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