Html Css Color HEX #D80007 Venetian Red

📋 copy color: '#D80007'

red 216 ◦ green 0 ◦ blue 7

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

Shades of Venetian Red #D80007

Tints of Venetian Red #D80007

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 96.86%
G = 0%
B = 3.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D80007 (or 0xD80007) is known color: Venetian Red. HEX triplet: D8, 00 and 07. RGB value is (216,0,7). Sum of RGB (Red+Green+Blue) = 216+0+7=223 (29% of max value = 765). Red value is 216 (84.77% from 255 or 96.86% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 7 (3.12% from 255 or 3.14% from 223); Max value from RGB is 216 - color contains mainly: red. Hex color #D80007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80007 is #27FFF8. Grayscale: #414141. Windows color (decimal): -2621433 or 458968. OLE color: 458968.

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

Color convert

RGB 216 0 7 -
CMYK 0 1 0.97 0.15
HSL 358.06º 1% 0.42% -
HSV(B) 358.06º 1% 0.85% -
XYZ 28.36 14.61 1.53 -
YUV 65.38 95.06 235.43 -
System Red Green Blue C M Y K H S L
Decimal 216 0 7 0 1 0.97 0.15 358.06 1 0.42
Hex D8 0 7 0 64 61 F 166 64 2A
Octal 330 0 7 0 144 141 17 546 144 52
Binary 11011000 0 111 0 1100100 1100001 1111 101100110 1100100 101010

Color Harmonies of #D80007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80007

Black with #D80007

Text Example


Text Example

White with #D80007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80007; }

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

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

background-color css

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

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

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

border-color css

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

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

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