Html Css Color HEX #D2000B Venetian Red

📋 copy color: '#D2000B'

red 210 ◦ green 0 ◦ blue 11

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

Shades of Venetian Red #D2000B

Tints of Venetian Red #D2000B

RGB

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

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

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

R = 95.02%
G = 0%
B = 4.98%

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

#D2000B (or 0xD2000B) is known color: Venetian Red. HEX triplet: D2, 00 and 0B. RGB value is (210,0,11). Sum of RGB (Red+Green+Blue) = 210+0+11=221 (29% of max value = 765). Red value is 210 (82.42% from 255 or 95.02% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 210 - color contains mainly: red. Hex color #D2000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2000B is #2DFFF4. Grayscale: #404040. Windows color (decimal): -3014645 or 721106. OLE color: 721106.

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

Color convert

RGB 210 0 11 -
CMYK 0 1 0.95 0.18
HSL 356.86º 1% 0.41% -
HSV(B) 356.86º 1% 0.82% -
XYZ 26.64 13.73 1.56 -
YUV 64.04 98.07 232.11 -
System Red Green Blue C M Y K H S L
Decimal 210 0 11 0 1 0.95 0.18 356.86 1 0.41
Hex D2 0 B 0 64 5F 12 165 64 29
Octal 322 0 13 0 144 137 22 545 144 51
Binary 11010010 0 1011 0 1100100 1011111 10010 101100101 1100100 101001

Color Harmonies of #D2000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2000B

Black with #D2000B

Text Example


Text Example

White with #D2000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2000B; }

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

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

background-color css

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

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

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

border-color css

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

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

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