Html Css Color HEX #D2081B Venetian Red

📋 copy color: '#D2081B'

red 210 ◦ green 8 ◦ blue 27

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

Shades of Venetian Red #D2081B

Tints of Venetian Red #D2081B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.02%

R = 85.71%
G = 3.27%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2081B (or 0xD2081B) is known color: Venetian Red. HEX triplet: D2, 08 and 1B. RGB value is (210,8,27). Sum of RGB (Red+Green+Blue) = 210+8+27=245 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.71% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 210 - color contains mainly: red. Hex color #D2081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2081B is #2DF7E4. Grayscale: #464646. Windows color (decimal): -3012581 or 1771730. OLE color: 1771730.

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

Color convert

RGB 210 8 27 -
CMYK 0 0.96 0.87 0.18
HSL 354.36º 0.93% 0.43% -
HSV(B) 354.36º 0.96% 0.82% -
XYZ 26.86 13.95 2.31 -
YUV 70.56 103.42 227.46 -
System Red Green Blue C M Y K H S L
Decimal 210 8 27 0 0.96 0.87 0.18 354.36 0.93 0.43
Hex D2 8 1B 0 60 57 12 162 5D 2B
Octal 322 10 33 0 140 127 22 542 135 53
Binary 11010010 1000 11011 0 1100000 1010111 10010 101100010 1011101 101011

Color Harmonies of #D2081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2081B

Black with #D2081B

Text Example


Text Example

White with #D2081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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