Html Css Color HEX #D7080A Venetian Red

📋 copy color: '#D7080A'

red 215 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #D7080A

Tints of Venetian Red #D7080A

RGB

 RED value IS 215 (84.38% from 255) = 92.27%

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

 BLUE value IS 10 (4.3% from 255) = 4.29%

R = 92.27%
G = 3.43%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7080A (or 0xD7080A) is known color: Venetian Red. HEX triplet: D7, 08 and 0A. RGB value is (215,8,10). Sum of RGB (Red+Green+Blue) = 215+8+10=233 (30% of max value = 765). Red value is 215 (84.38% from 255 or 92.27% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 215 - color contains mainly: red. Hex color #D7080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7080A is #28F7F5. Grayscale: #464646. Windows color (decimal): -2684918 or 657623. OLE color: 657623.

HSL color Cylindrical-coordinate representation of color #D7080A: hue angle of 359.42º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7080A is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 8 10 -
CMYK 0 0.96 0.95 0.16
HSL 359.42º 0.93% 0.44% -
HSV(B) 359.42º 0.96% 0.84% -
XYZ 28.17 14.64 1.63 -
YUV 70.12 94.08 231.34 -
System Red Green Blue C M Y K H S L
Decimal 215 8 10 0 0.96 0.95 0.16 359.42 0.93 0.44
Hex D7 8 A 0 60 5F 10 167 5D 2C
Octal 327 10 12 0 140 137 20 547 135 54
Binary 11010111 1000 1010 0 1100000 1011111 10000 101100111 1011101 101100

Color Harmonies of #D7080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7080A

Black with #D7080A

Text Example


Text Example

White with #D7080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7080A; }

 p { color: rgb(215,8,10); }

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

background-color css

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

 a { background-color: rgb(215,8,10); }

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

border-color css

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

 span { border-color: rgb(215,8,10); }

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