Html Css Color HEX #D0080D Venetian Red

📋 copy color: '#D0080D'

red 208 ◦ green 8 ◦ blue 13

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

Shades of Venetian Red #D0080D

Tints of Venetian Red #D0080D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.68%

R = 90.83%
G = 3.49%
B = 5.68%

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

#D0080D (or 0xD0080D) is known color: Venetian Red. HEX triplet: D0, 08 and 0D. RGB value is (208,8,13). Sum of RGB (Red+Green+Blue) = 208+8+13=229 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.83% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 208 - color contains mainly: red. Hex color #D0080D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0080D is #2FF7F2. Grayscale: #444444. Windows color (decimal): -3143667 or 854224. OLE color: 854224.

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

Color convert

RGB 208 8 13 -
CMYK 0 0.96 0.94 0.18
HSL 358.5º 0.93% 0.42% -
HSV(B) 358.5º 0.96% 0.82% -
XYZ 26.17 13.61 1.63 -
YUV 68.37 96.76 227.59 -
System Red Green Blue C M Y K H S L
Decimal 208 8 13 0 0.96 0.94 0.18 358.5 0.93 0.42
Hex D0 8 D 0 60 5E 12 166 5D 2A
Octal 320 10 15 0 140 136 22 546 135 52
Binary 11010000 1000 1101 0 1100000 1011110 10010 101100110 1011101 101010

Color Harmonies of #D0080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0080D

Black with #D0080D

Text Example


Text Example

White with #D0080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0080D; }

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

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

background-color css

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

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

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

border-color css

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

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

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