Html Css Color HEX #D70814 Venetian Red

📋 copy color: '#D70814'

red 215 ◦ green 8 ◦ blue 20

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

Shades of Venetian Red #D70814

Tints of Venetian Red #D70814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.23%

R = 88.48%
G = 3.29%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D70814 (or 0xD70814) is known color: Venetian Red. HEX triplet: D7, 08 and 14. RGB value is (215,8,20). Sum of RGB (Red+Green+Blue) = 215+8+20=243 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.48% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 215 - color contains mainly: red. Hex color #D70814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70814 is #28F7EB. Grayscale: #474747. Windows color (decimal): -2684908 or 1312983. OLE color: 1312983.

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

Color convert

RGB 215 8 20 -
CMYK 0 0.96 0.91 0.16
HSL 356.52º 0.93% 0.44% -
HSV(B) 356.52º 0.96% 0.84% -
XYZ 28.24 14.67 2.01 -
YUV 71.26 99.08 230.52 -
System Red Green Blue C M Y K H S L
Decimal 215 8 20 0 0.96 0.91 0.16 356.52 0.93 0.44
Hex D7 8 14 0 60 5B 10 165 5D 2C
Octal 327 10 24 0 140 133 20 545 135 54
Binary 11010111 1000 10100 0 1100000 1011011 10000 101100101 1011101 101100

Color Harmonies of #D70814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70814

Black with #D70814

Text Example


Text Example

White with #D70814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70814; }

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

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

background-color css

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

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

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

border-color css

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

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

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