Html Css Color HEX #D80310 Venetian Red

📋 copy color: '#D80310'

red 216 ◦ green 3 ◦ blue 16

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

Shades of Venetian Red #D80310

Tints of Venetian Red #D80310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

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

R = 91.91%
G = 1.28%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D80310 (or 0xD80310) is known color: Venetian Red. HEX triplet: D8, 03 and 10. RGB value is (216,3,16). Sum of RGB (Red+Green+Blue) = 216+3+16=235 (31% of max value = 765). Red value is 216 (84.77% from 255 or 91.91% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 216 - color contains mainly: red. Hex color #D80310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80310 is #27FCEF. Grayscale: #444444. Windows color (decimal): -2620656 or 1049560. OLE color: 1049560.

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

Color convert

RGB 216 3 16 -
CMYK 0 0.99 0.93 0.15
HSL 356.34º 0.97% 0.43% -
HSV(B) 356.34º 0.99% 0.85% -
XYZ 28.44 14.7 1.83 -
YUV 68.17 98.57 233.44 -
System Red Green Blue C M Y K H S L
Decimal 216 3 16 0 0.99 0.93 0.15 356.34 0.97 0.43
Hex D8 3 10 0 63 5D F 164 61 2B
Octal 330 3 20 0 143 135 17 544 141 53
Binary 11011000 11 10000 0 1100011 1011101 1111 101100100 1100001 101011

Color Harmonies of #D80310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80310

Black with #D80310

Text Example


Text Example

White with #D80310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80310; }

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

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

background-color css

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

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

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

border-color css

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

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

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