Html Css Color HEX #D0081A Venetian Red

📋 copy color: '#D0081A'

red 208 ◦ green 8 ◦ blue 26

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

Shades of Venetian Red #D0081A

Tints of Venetian Red #D0081A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.74%

R = 85.95%
G = 3.31%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0081A (or 0xD0081A) is known color: Venetian Red. HEX triplet: D0, 08 and 1A. RGB value is (208,8,26). Sum of RGB (Red+Green+Blue) = 208+8+26=242 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.95% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 208 - color contains mainly: red. Hex color #D0081A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0081A is #2FF7E5. Grayscale: #454545. Windows color (decimal): -3143654 or 1706192. OLE color: 1706192.

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

Color convert

RGB 208 8 26 -
CMYK 0 0.96 0.88 0.18
HSL 354.6º 0.93% 0.42% -
HSV(B) 354.6º 0.96% 0.82% -
XYZ 26.29 13.66 2.23 -
YUV 69.85 103.26 226.54 -
System Red Green Blue C M Y K H S L
Decimal 208 8 26 0 0.96 0.88 0.18 354.6 0.93 0.42
Hex D0 8 1A 0 60 58 12 163 5D 2A
Octal 320 10 32 0 140 130 22 543 135 52
Binary 11010000 1000 11010 0 1100000 1011000 10010 101100011 1011101 101010

Color Harmonies of #D0081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0081A

Black with #D0081A

Text Example


Text Example

White with #D0081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0081A; }

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

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

background-color css

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

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

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

border-color css

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

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

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