Html Css Color HEX #D80610 Venetian Red

📋 copy color: '#D80610'

red 216 ◦ green 6 ◦ blue 16

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

Shades of Venetian Red #D80610

Tints of Venetian Red #D80610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.52%

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

R = 90.76%
G = 2.52%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D80610 (or 0xD80610) is known color: Venetian Red. HEX triplet: D8, 06 and 10. RGB value is (216,6,16). Sum of RGB (Red+Green+Blue) = 216+6+16=238 (31% of max value = 765). Red value is 216 (84.77% from 255 or 90.76% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 216 - color contains mainly: red. Hex color #D80610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80610 is #27F9EF. Grayscale: #464646. Windows color (decimal): -2619888 or 1050328. OLE color: 1050328.

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

Color convert

RGB 216 6 16 -
CMYK 0 0.97 0.93 0.15
HSL 357.14º 0.95% 0.44% -
HSV(B) 357.14º 0.97% 0.85% -
XYZ 28.48 14.77 1.84 -
YUV 69.93 97.57 232.19 -
System Red Green Blue C M Y K H S L
Decimal 216 6 16 0 0.97 0.93 0.15 357.14 0.95 0.44
Hex D8 6 10 0 61 5D F 165 5F 2C
Octal 330 6 20 0 141 135 17 545 137 54
Binary 11011000 110 10000 0 1100001 1011101 1111 101100101 1011111 101100

Color Harmonies of #D80610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80610

Black with #D80610

Text Example


Text Example

White with #D80610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80610; }

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

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

background-color css

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

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

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

border-color css

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

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

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