Html Css Color HEX #D70818 Venetian Red

📋 copy color: '#D70818'

red 215 ◦ green 8 ◦ blue 24

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

Shades of Venetian Red #D70818

Tints of Venetian Red #D70818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.72%

R = 87.04%
G = 3.24%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D70818 (or 0xD70818) is known color: Venetian Red. HEX triplet: D7, 08 and 18. RGB value is (215,8,24). Sum of RGB (Red+Green+Blue) = 215+8+24=247 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.04% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 215 - color contains mainly: red. Hex color #D70818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70818 is #28F7E7. Grayscale: #474747. Windows color (decimal): -2684904 or 1575127. OLE color: 1575127.

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

Color convert

RGB 215 8 24 -
CMYK 0 0.96 0.89 0.16
HSL 355.36º 0.93% 0.44% -
HSV(B) 355.36º 0.96% 0.84% -
XYZ 28.28 14.69 2.21 -
YUV 71.72 101.08 230.2 -
System Red Green Blue C M Y K H S L
Decimal 215 8 24 0 0.96 0.89 0.16 355.36 0.93 0.44
Hex D7 8 18 0 60 59 10 163 5D 2C
Octal 327 10 30 0 140 131 20 543 135 54
Binary 11010111 1000 11000 0 1100000 1011001 10000 101100011 1011101 101100

Color Harmonies of #D70818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70818

Black with #D70818

Text Example


Text Example

White with #D70818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70818; }

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

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

background-color css

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

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

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

border-color css

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

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

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