Html Css Color HEX #D0081C Venetian Red

📋 copy color: '#D0081C'

red 208 ◦ green 8 ◦ blue 28

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

Shades of Venetian Red #D0081C

Tints of Venetian Red #D0081C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.48%

R = 85.25%
G = 3.28%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0081C (or 0xD0081C) is known color: Venetian Red. HEX triplet: D0, 08 and 1C. RGB value is (208,8,28). Sum of RGB (Red+Green+Blue) = 208+8+28=244 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.25% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 208 - color contains mainly: red. Hex color #D0081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0081C is #2FF7E3. Grayscale: #464646. Windows color (decimal): -3143652 or 1837264. OLE color: 1837264.

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

Color convert

RGB 208 8 28 -
CMYK 0 0.96 0.87 0.18
HSL 354º 0.93% 0.42% -
HSV(B) 354º 0.96% 0.82% -
XYZ 26.31 13.67 2.35 -
YUV 70.08 104.26 226.37 -
System Red Green Blue C M Y K H S L
Decimal 208 8 28 0 0.96 0.87 0.18 354 0.93 0.42
Hex D0 8 1C 0 60 57 12 162 5D 2A
Octal 320 10 34 0 140 127 22 542 135 52
Binary 11010000 1000 11100 0 1100000 1010111 10010 101100010 1011101 101010

Color Harmonies of #D0081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0081C

Black with #D0081C

Text Example


Text Example

White with #D0081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0081C; }

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

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

background-color css

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

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

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

border-color css

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

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

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