Html Css Color HEX #D70816 Venetian Red

📋 copy color: '#D70816'

red 215 ◦ green 8 ◦ blue 22

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

Shades of Venetian Red #D70816

Tints of Venetian Red #D70816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.98%

R = 87.76%
G = 3.27%
B = 8.98%

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

#D70816 (or 0xD70816) is known color: Venetian Red. HEX triplet: D7, 08 and 16. RGB value is (215,8,22). Sum of RGB (Red+Green+Blue) = 215+8+22=245 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.76% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 215 - color contains mainly: red. Hex color #D70816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70816 is #28F7E9. Grayscale: #474747. Windows color (decimal): -2684906 or 1444055. OLE color: 1444055.

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

Color convert

RGB 215 8 22 -
CMYK 0 0.96 0.90 0.16
HSL 355.94º 0.93% 0.44% -
HSV(B) 355.94º 0.96% 0.84% -
XYZ 28.26 14.68 2.1 -
YUV 71.49 100.08 230.36 -
System Red Green Blue C M Y K H S L
Decimal 215 8 22 0 0.96 0.90 0.16 355.94 0.93 0.44
Hex D7 8 16 0 60 5A 10 164 5D 2C
Octal 327 10 26 0 140 132 20 544 135 54
Binary 11010111 1000 10110 0 1100000 1011010 10000 101100100 1011101 101100

Color Harmonies of #D70816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70816

Black with #D70816

Text Example


Text Example

White with #D70816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70816; }

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

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

background-color css

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

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

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

border-color css

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

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

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