Html Css Color HEX #D0081E Venetian Red

📋 copy color: '#D0081E'

red 208 ◦ green 8 ◦ blue 30

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

Shades of Venetian Red #D0081E

Tints of Venetian Red #D0081E

RGB

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

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

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

R = 84.55%
G = 3.25%
B = 12.2%

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

#D0081E (or 0xD0081E) is known color: Venetian Red. HEX triplet: D0, 08 and 1E. RGB value is (208,8,30). Sum of RGB (Red+Green+Blue) = 208+8+30=246 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.55% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 208 - color contains mainly: red. Hex color #D0081E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0081E is #2FF7E1. Grayscale: #464646. Windows color (decimal): -3143650 or 1968336. OLE color: 1968336.

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

Color convert

RGB 208 8 30 -
CMYK 0 0.96 0.86 0.18
HSL 353.4º 0.93% 0.42% -
HSV(B) 353.4º 0.96% 0.82% -
XYZ 26.33 13.68 2.48 -
YUV 70.31 105.26 226.21 -
System Red Green Blue C M Y K H S L
Decimal 208 8 30 0 0.96 0.86 0.18 353.4 0.93 0.42
Hex D0 8 1E 0 60 56 12 161 5D 2A
Octal 320 10 36 0 140 126 22 541 135 52
Binary 11010000 1000 11110 0 1100000 1010110 10010 101100001 1011101 101010

Color Harmonies of #D0081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0081E

Black with #D0081E

Text Example


Text Example

White with #D0081E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0081E; }

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

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

background-color css

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

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

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

border-color css

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

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

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