Html Css Color HEX #D70815 Venetian Red

📋 copy color: '#D70815'

red 215 ◦ green 8 ◦ blue 21

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

Shades of Venetian Red #D70815

Tints of Venetian Red #D70815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.28%

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

R = 88.11%
G = 3.28%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D70815 (or 0xD70815) is known color: Venetian Red. HEX triplet: D7, 08 and 15. RGB value is (215,8,21). Sum of RGB (Red+Green+Blue) = 215+8+21=244 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.11% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 215 - color contains mainly: red. Hex color #D70815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70815 is #28F7EA. Grayscale: #474747. Windows color (decimal): -2684907 or 1378519. OLE color: 1378519.

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

Color convert

RGB 215 8 21 -
CMYK 0 0.96 0.90 0.16
HSL 356.23º 0.93% 0.44% -
HSV(B) 356.23º 0.96% 0.84% -
XYZ 28.25 14.67 2.05 -
YUV 71.38 99.58 230.44 -
System Red Green Blue C M Y K H S L
Decimal 215 8 21 0 0.96 0.90 0.16 356.23 0.93 0.44
Hex D7 8 15 0 60 5A 10 164 5D 2C
Octal 327 10 25 0 140 132 20 544 135 54
Binary 11010111 1000 10101 0 1100000 1011010 10000 101100100 1011101 101100

Color Harmonies of #D70815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70815

Black with #D70815

Text Example


Text Example

White with #D70815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70815; }

 p { color: rgb(215,8,21); }

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

background-color css

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

 a { background-color: rgb(215,8,21); }

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

border-color css

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

 span { border-color: rgb(215,8,21); }

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