Html Css Color HEX #D2081E Venetian Red

📋 copy color: '#D2081E'

red 210 ◦ green 8 ◦ blue 30

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

Shades of Venetian Red #D2081E

Tints of Venetian Red #D2081E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.1%

R = 84.68%
G = 3.23%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2081E (or 0xD2081E) is known color: Venetian Red. HEX triplet: D2, 08 and 1E. RGB value is (210,8,30). Sum of RGB (Red+Green+Blue) = 210+8+30=248 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.68% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 210 - color contains mainly: red. Hex color #D2081E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2081E is #2DF7E1. Grayscale: #474747. Windows color (decimal): -3012578 or 1968338. OLE color: 1968338.

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

Color convert

RGB 210 8 30 -
CMYK 0 0.96 0.86 0.18
HSL 353.47º 0.93% 0.43% -
HSV(B) 353.47º 0.96% 0.82% -
XYZ 26.9 13.97 2.51 -
YUV 70.91 104.92 227.21 -
System Red Green Blue C M Y K H S L
Decimal 210 8 30 0 0.96 0.86 0.18 353.47 0.93 0.43
Hex D2 8 1E 0 60 56 12 161 5D 2B
Octal 322 10 36 0 140 126 22 541 135 53
Binary 11010010 1000 11110 0 1100000 1010110 10010 101100001 1011101 101011

Color Harmonies of #D2081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2081E

Black with #D2081E

Text Example


Text Example

White with #D2081E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2081E; }

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

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

background-color css

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

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

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

border-color css

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

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

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