Html Css Color HEX #D7000D Venetian Red

📋 copy color: '#D7000D'

red 215 ◦ green 0 ◦ blue 13

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

Shades of Venetian Red #D7000D

Tints of Venetian Red #D7000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.7%

R = 94.3%
G = 0%
B = 5.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7000D (or 0xD7000D) is known color: Venetian Red. HEX triplet: D7, 00 and 0D. RGB value is (215,0,13). Sum of RGB (Red+Green+Blue) = 215+0+13=228 (30% of max value = 765). Red value is 215 (84.38% from 255 or 94.30% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 215 - color contains mainly: red. Hex color #D7000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7000D is #28FFF2. Grayscale: #414141. Windows color (decimal): -2686963 or 852183. OLE color: 852183.

HSL color Cylindrical-coordinate representation of color #D7000D: hue angle of 356.37º 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 #D7000D is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 0 13 -
CMYK 0 1 0.94 0.16
HSL 356.37º 1% 0.42% -
HSV(B) 356.37º 1% 0.84% -
XYZ 28.1 14.48 1.69 -
YUV 65.77 98.23 234.44 -
System Red Green Blue C M Y K H S L
Decimal 215 0 13 0 1 0.94 0.16 356.37 1 0.42
Hex D7 0 D 0 64 5E 10 164 64 2A
Octal 327 0 15 0 144 136 20 544 144 52
Binary 11010111 0 1101 0 1100100 1011110 10000 101100100 1100100 101010

Color Harmonies of #D7000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7000D

Black with #D7000D

Text Example


Text Example

White with #D7000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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