Html Css Color HEX #D80910 Venetian Red

📋 copy color: '#D80910'

red 216 ◦ green 9 ◦ blue 16

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

Shades of Venetian Red #D80910

Tints of Venetian Red #D80910

RGB

 RED value IS 216 (84.77% from 255) = 89.63%

 GREEN value IS 9 (3.91% from 255) = 3.73%

 BLUE value IS 16 (6.64% from 255) = 6.64%

R = 89.63%
G = 3.73%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D80910 (or 0xD80910) is known color: Venetian Red. HEX triplet: D8, 09 and 10. RGB value is (216,9,16). Sum of RGB (Red+Green+Blue) = 216+9+16=241 (31% of max value = 765). Red value is 216 (84.77% from 255 or 89.63% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 216 - color contains mainly: red. Hex color #D80910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80910 is #27F6EF. Grayscale: #474747. Windows color (decimal): -2619120 or 1051096. OLE color: 1051096.

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

Color convert

RGB 216 9 16 -
CMYK 0 0.96 0.93 0.15
HSL 357.97º 0.92% 0.44% -
HSV(B) 357.97º 0.96% 0.85% -
XYZ 28.51 14.83 1.85 -
YUV 71.69 96.58 230.93 -
System Red Green Blue C M Y K H S L
Decimal 216 9 16 0 0.96 0.93 0.15 357.97 0.92 0.44
Hex D8 9 10 0 60 5D F 166 5C 2C
Octal 330 11 20 0 140 135 17 546 134 54
Binary 11011000 1001 10000 0 1100000 1011101 1111 101100110 1011100 101100

Color Harmonies of #D80910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80910

Black with #D80910

Text Example


Text Example

White with #D80910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80910; }

 p { color: rgb(216,9,16); }

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

background-color css

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

 a { background-color: rgb(216,9,16); }

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

border-color css

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

 span { border-color: rgb(216,9,16); }

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