Html Css Color HEX #D80507 Venetian Red

📋 copy color: '#D80507'

red 216 ◦ green 5 ◦ blue 7

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

Shades of Venetian Red #D80507

Tints of Venetian Red #D80507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.07%

R = 94.74%
G = 2.19%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D80507 (or 0xD80507) is known color: Venetian Red. HEX triplet: D8, 05 and 07. RGB value is (216,5,7). Sum of RGB (Red+Green+Blue) = 216+5+7=228 (30% of max value = 765). Red value is 216 (84.77% from 255 or 94.74% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 216 - color contains mainly: red. Hex color #D80507 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80507 is #27FAF8. Grayscale: #444444. Windows color (decimal): -2620153 or 460248. OLE color: 460248.

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

Color convert

RGB 216 5 7 -
CMYK 0 0.98 0.97 0.15
HSL 359.43º 0.95% 0.43% -
HSV(B) 359.43º 0.98% 0.85% -
XYZ 28.41 14.72 1.55 -
YUV 68.32 93.4 233.34 -
System Red Green Blue C M Y K H S L
Decimal 216 5 7 0 0.98 0.97 0.15 359.43 0.95 0.43
Hex D8 5 7 0 62 61 F 167 5F 2B
Octal 330 5 7 0 142 141 17 547 137 53
Binary 11011000 101 111 0 1100010 1100001 1111 101100111 1011111 101011

Color Harmonies of #D80507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80507

Black with #D80507

Text Example


Text Example

White with #D80507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80507; }

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

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

background-color css

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

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

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

border-color css

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

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

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