Html Css Color HEX #D80210 Venetian Red

📋 copy color: '#D80210'

red 216 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #D80210

Tints of Venetian Red #D80210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 92.31%
G = 0.85%
B = 6.84%

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

#D80210 (or 0xD80210) is known color: Venetian Red. HEX triplet: D8, 02 and 10. RGB value is (216,2,16). Sum of RGB (Red+Green+Blue) = 216+2+16=234 (30% of max value = 765). Red value is 216 (84.77% from 255 or 92.31% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 216 - color contains mainly: red. Hex color #D80210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80210 is #27FDEF. Grayscale: #434343. Windows color (decimal): -2620912 or 1049304. OLE color: 1049304.

HSL color Cylindrical-coordinate representation of color #D80210: hue angle of 356.07º degrees, saturation: 0.98, 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 #D80210 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 2 16 -
CMYK 0 0.99 0.93 0.15
HSL 356.07º 0.98% 0.43% -
HSV(B) 356.07º 0.99% 0.85% -
XYZ 28.43 14.68 1.83 -
YUV 67.58 98.9 233.86 -
System Red Green Blue C M Y K H S L
Decimal 216 2 16 0 0.99 0.93 0.15 356.07 0.98 0.43
Hex D8 2 10 0 63 5D F 164 62 2B
Octal 330 2 20 0 143 135 17 544 142 53
Binary 11011000 10 10000 0 1100011 1011101 1111 101100100 1100010 101011

Color Harmonies of #D80210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80210

Black with #D80210

Text Example


Text Example

White with #D80210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80210; }

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

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

background-color css

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

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

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

border-color css

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

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

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