Html Css Color HEX #D7000E Venetian Red

📋 copy color: '#D7000E'

red 215 ◦ green 0 ◦ blue 14

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

Shades of Venetian Red #D7000E

Tints of Venetian Red #D7000E

RGB

 RED value IS 215 (84.38% from 255) = 93.89%

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

 BLUE value IS 14 (5.86% from 255) = 6.11%

R = 93.89%
G = 0%
B = 6.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7000E (or 0xD7000E) is known color: Venetian Red. HEX triplet: D7, 00 and 0E. RGB value is (215,0,14). Sum of RGB (Red+Green+Blue) = 215+0+14=229 (30% of max value = 765). Red value is 215 (84.38% from 255 or 93.89% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 215 - color contains mainly: red. Hex color #D7000E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7000E is #28FFF1. Grayscale: #424242. Windows color (decimal): -2686962 or 917719. OLE color: 917719.

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

Color convert

RGB 215 0 14 -
CMYK 0 1 0.93 0.16
HSL 356.09º 1% 0.42% -
HSV(B) 356.09º 1% 0.84% -
XYZ 28.1 14.48 1.73 -
YUV 65.88 98.73 234.36 -
System Red Green Blue C M Y K H S L
Decimal 215 0 14 0 1 0.93 0.16 356.09 1 0.42
Hex D7 0 E 0 64 5D 10 164 64 2A
Octal 327 0 16 0 144 135 20 544 144 52
Binary 11010111 0 1110 0 1100100 1011101 10000 101100100 1100100 101010

Color Harmonies of #D7000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7000E

Black with #D7000E

Text Example


Text Example

White with #D7000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7000E; }

 p { color: rgb(215,0,14); }

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

background-color css

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

 a { background-color: rgb(215,0,14); }

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

border-color css

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

 span { border-color: rgb(215,0,14); }

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