Html Css Color HEX #D80515 Venetian Red

📋 copy color: '#D80515'

red 216 ◦ green 5 ◦ blue 21

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

Shades of Venetian Red #D80515

Tints of Venetian Red #D80515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

 BLUE value IS 21 (8.59% from 255) = 8.68%

R = 89.26%
G = 2.07%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D80515 (or 0xD80515) is known color: Venetian Red. HEX triplet: D8, 05 and 15. RGB value is (216,5,21). Sum of RGB (Red+Green+Blue) = 216+5+21=242 (32% of max value = 765). Red value is 216 (84.77% from 255 or 89.26% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 216 - color contains mainly: red. Hex color #D80515 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80515 is #27FAEA. Grayscale: #464646. Windows color (decimal): -2620139 or 1377752. OLE color: 1377752.

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

Color convert

RGB 216 5 21 -
CMYK 0 0.98 0.90 0.15
HSL 355.45º 0.95% 0.43% -
HSV(B) 355.45º 0.98% 0.85% -
XYZ 28.51 14.76 2.06 -
YUV 69.91 100.4 232.2 -
System Red Green Blue C M Y K H S L
Decimal 216 5 21 0 0.98 0.90 0.15 355.45 0.95 0.43
Hex D8 5 15 0 62 5A F 163 5F 2B
Octal 330 5 25 0 142 132 17 543 137 53
Binary 11011000 101 10101 0 1100010 1011010 1111 101100011 1011111 101011

Color Harmonies of #D80515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80515

Black with #D80515

Text Example


Text Example

White with #D80515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80515; }

 p { color: rgb(216,5,21); }

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

background-color css

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

 a { background-color: rgb(216,5,21); }

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

border-color css

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

 span { border-color: rgb(216,5,21); }

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