Html Css Color HEX #D2080A Venetian Red

📋 copy color: '#D2080A'

red 210 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #D2080A

Tints of Venetian Red #D2080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.39%

R = 92.11%
G = 3.51%
B = 4.39%

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

#D2080A (or 0xD2080A) is known color: Venetian Red. HEX triplet: D2, 08 and 0A. RGB value is (210,8,10). Sum of RGB (Red+Green+Blue) = 210+8+10=228 (30% of max value = 765). Red value is 210 (82.42% from 255 or 92.11% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 210 - color contains mainly: red. Hex color #D2080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2080A is #2DF7F5. Grayscale: #444444. Windows color (decimal): -3012598 or 657618. OLE color: 657618.

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

Color convert

RGB 210 8 10 -
CMYK 0 0.96 0.95 0.18
HSL 359.41º 0.93% 0.43% -
HSV(B) 359.41º 0.96% 0.82% -
XYZ 26.72 13.9 1.56 -
YUV 68.63 94.92 228.84 -
System Red Green Blue C M Y K H S L
Decimal 210 8 10 0 0.96 0.95 0.18 359.41 0.93 0.43
Hex D2 8 A 0 60 5F 12 167 5D 2B
Octal 322 10 12 0 140 137 22 547 135 53
Binary 11010010 1000 1010 0 1100000 1011111 10010 101100111 1011101 101011

Color Harmonies of #D2080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2080A

Black with #D2080A

Text Example


Text Example

White with #D2080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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