Html Css Color HEX #D0080C Venetian Red

📋 copy color: '#D0080C'

red 208 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #D0080C

Tints of Venetian Red #D0080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.26%

R = 91.23%
G = 3.51%
B = 5.26%

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

#D0080C (or 0xD0080C) is known color: Venetian Red. HEX triplet: D0, 08 and 0C. RGB value is (208,8,12). Sum of RGB (Red+Green+Blue) = 208+8+12=228 (30% of max value = 765). Red value is 208 (81.64% from 255 or 91.23% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 208 - color contains mainly: red. Hex color #D0080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0080C is #2FF7F3. Grayscale: #444444. Windows color (decimal): -3143668 or 788688. OLE color: 788688.

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

Color convert

RGB 208 8 12 -
CMYK 0 0.96 0.94 0.18
HSL 358.8º 0.93% 0.42% -
HSV(B) 358.8º 0.96% 0.82% -
XYZ 26.17 13.61 1.6 -
YUV 68.26 96.26 227.67 -
System Red Green Blue C M Y K H S L
Decimal 208 8 12 0 0.96 0.94 0.18 358.8 0.93 0.42
Hex D0 8 C 0 60 5E 12 167 5D 2A
Octal 320 10 14 0 140 136 22 547 135 52
Binary 11010000 1000 1100 0 1100000 1011110 10010 101100111 1011101 101010

Color Harmonies of #D0080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0080C

Black with #D0080C

Text Example


Text Example

White with #D0080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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