Html Css Color HEX #D2080D Venetian Red

📋 copy color: '#D2080D'

red 210 ◦ green 8 ◦ blue 13

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

Shades of Venetian Red #D2080D

Tints of Venetian Red #D2080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.63%

R = 90.91%
G = 3.46%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2080D (or 0xD2080D) is known color: Venetian Red. HEX triplet: D2, 08 and 0D. RGB value is (210,8,13). Sum of RGB (Red+Green+Blue) = 210+8+13=231 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.91% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 210 - color contains mainly: red. Hex color #D2080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2080D is #2DF7F2. Grayscale: #454545. Windows color (decimal): -3012595 or 854226. OLE color: 854226.

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

Color convert

RGB 210 8 13 -
CMYK 0 0.96 0.94 0.18
HSL 358.51º 0.93% 0.43% -
HSV(B) 358.51º 0.96% 0.82% -
XYZ 26.74 13.9 1.66 -
YUV 68.97 96.42 228.59 -
System Red Green Blue C M Y K H S L
Decimal 210 8 13 0 0.96 0.94 0.18 358.51 0.93 0.43
Hex D2 8 D 0 60 5E 12 167 5D 2B
Octal 322 10 15 0 140 136 22 547 135 53
Binary 11010010 1000 1101 0 1100000 1011110 10010 101100111 1011101 101011

Color Harmonies of #D2080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2080D

Black with #D2080D

Text Example


Text Example

White with #D2080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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