Html Css Color HEX #D10715 Venetian Red

📋 copy color: '#D10715'

red 209 ◦ green 7 ◦ blue 21

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

Shades of Venetian Red #D10715

Tints of Venetian Red #D10715

RGB

 RED value IS 209 (82.03% from 255) = 88.19%

 GREEN value IS 7 (3.13% from 255) = 2.95%

 BLUE value IS 21 (8.59% from 255) = 8.86%

R = 88.19%
G = 2.95%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D10715 (or 0xD10715) is known color: Venetian Red. HEX triplet: D1, 07 and 15. RGB value is (209,7,21). Sum of RGB (Red+Green+Blue) = 209+7+21=237 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.19% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 209 - color contains mainly: red. Hex color #D10715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10715 is #2EF8EA. Grayscale: #454545. Windows color (decimal): -3078379 or 1378257. OLE color: 1378257.

HSL color Cylindrical-coordinate representation of color #D10715: hue angle of 355.84º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10715 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 7 21 -
CMYK 0 0.97 0.90 0.18
HSL 355.84º 0.94% 0.42% -
HSV(B) 355.84º 0.97% 0.82% -
XYZ 26.51 13.76 1.97 -
YUV 68.99 100.92 227.86 -
System Red Green Blue C M Y K H S L
Decimal 209 7 21 0 0.97 0.90 0.18 355.84 0.94 0.42
Hex D1 7 15 0 61 5A 12 164 5E 2A
Octal 321 7 25 0 141 132 22 544 136 52
Binary 11010001 111 10101 0 1100001 1011010 10010 101100100 1011110 101010

Color Harmonies of #D10715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10715

Black with #D10715

Text Example


Text Example

White with #D10715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10715; }

 p { color: rgb(209,7,21); }

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

background-color css

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

 a { background-color: rgb(209,7,21); }

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

border-color css

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

 span { border-color: rgb(209,7,21); }

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