Html Css Color HEX #D0081D Venetian Red

📋 copy color: '#D0081D'

red 208 ◦ green 8 ◦ blue 29

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

Shades of Venetian Red #D0081D

Tints of Venetian Red #D0081D

RGB

 RED value IS 208 (81.64% from 255) = 84.9%

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

 BLUE value IS 29 (11.72% from 255) = 11.84%

R = 84.9%
G = 3.27%
B = 11.84%

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

#D0081D (or 0xD0081D) is known color: Venetian Red. HEX triplet: D0, 08 and 1D. RGB value is (208,8,29). Sum of RGB (Red+Green+Blue) = 208+8+29=245 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.90% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 208 - color contains mainly: red. Hex color #D0081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0081D is #2FF7E2. Grayscale: #464646. Windows color (decimal): -3143651 or 1902800. OLE color: 1902800.

HSL color Cylindrical-coordinate representation of color #D0081D: hue angle of 353.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0081D is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 8 29 -
CMYK 0 0.96 0.86 0.18
HSL 353.7º 0.93% 0.42% -
HSV(B) 353.7º 0.96% 0.82% -
XYZ 26.32 13.67 2.41 -
YUV 70.19 104.76 226.29 -
System Red Green Blue C M Y K H S L
Decimal 208 8 29 0 0.96 0.86 0.18 353.7 0.93 0.42
Hex D0 8 1D 0 60 56 12 162 5D 2A
Octal 320 10 35 0 140 126 22 542 135 52
Binary 11010000 1000 11101 0 1100000 1010110 10010 101100010 1011101 101010

Color Harmonies of #D0081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0081D

Black with #D0081D

Text Example


Text Example

White with #D0081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0081D; }

 p { color: rgb(208,8,29); }

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

background-color css

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

 a { background-color: rgb(208,8,29); }

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

border-color css

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

 span { border-color: rgb(208,8,29); }

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