Html Css Color HEX #D80607 Venetian Red

📋 copy color: '#D80607'

red 216 ◦ green 6 ◦ blue 7

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

Shades of Venetian Red #D80607

Tints of Venetian Red #D80607

RGB

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

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

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

R = 94.32%
G = 2.62%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D80607 (or 0xD80607) is known color: Venetian Red. HEX triplet: D8, 06 and 07. RGB value is (216,6,7). Sum of RGB (Red+Green+Blue) = 216+6+7=229 (30% of max value = 765). Red value is 216 (84.77% from 255 or 94.32% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 216 - color contains mainly: red. Hex color #D80607 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80607 is #27F9F8. Grayscale: #454545. Windows color (decimal): -2619897 or 460504. OLE color: 460504.

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

Color convert

RGB 216 6 7 -
CMYK 0 0.97 0.97 0.15
HSL 359.71º 0.95% 0.44% -
HSV(B) 359.71º 0.97% 0.85% -
XYZ 28.42 14.74 1.55 -
YUV 68.9 93.07 232.92 -
System Red Green Blue C M Y K H S L
Decimal 216 6 7 0 0.97 0.97 0.15 359.71 0.95 0.44
Hex D8 6 7 0 61 61 F 168 5F 2C
Octal 330 6 7 0 141 141 17 550 137 54
Binary 11011000 110 111 0 1100001 1100001 1111 101101000 1011111 101100

Color Harmonies of #D80607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80607

Black with #D80607

Text Example


Text Example

White with #D80607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80607; }

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

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

background-color css

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

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

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

border-color css

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

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

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