Html Css Color HEX #D70712 Venetian Red

📋 copy color: '#D70712'

red 215 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #D70712

Tints of Venetian Red #D70712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.5%

R = 89.58%
G = 2.92%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D70712 (or 0xD70712) is known color: Venetian Red. HEX triplet: D7, 07 and 12. RGB value is (215,7,18). Sum of RGB (Red+Green+Blue) = 215+7+18=240 (31% of max value = 765). Red value is 215 (84.38% from 255 or 89.58% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 215 - color contains mainly: red. Hex color #D70712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70712 is #28F8ED. Grayscale: #464646. Windows color (decimal): -2685166 or 1181655. OLE color: 1181655.

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

Color convert

RGB 215 7 18 -
CMYK 0 0.97 0.92 0.16
HSL 356.83º 0.94% 0.44% -
HSV(B) 356.83º 0.97% 0.84% -
XYZ 28.21 14.64 1.91 -
YUV 70.45 98.41 231.11 -
System Red Green Blue C M Y K H S L
Decimal 215 7 18 0 0.97 0.92 0.16 356.83 0.94 0.44
Hex D7 7 12 0 61 5C 10 165 5E 2C
Octal 327 7 22 0 141 134 20 545 136 54
Binary 11010111 111 10010 0 1100001 1011100 10000 101100101 1011110 101100

Color Harmonies of #D70712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70712

Black with #D70712

Text Example


Text Example

White with #D70712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70712; }

 p { color: rgb(215,7,18); }

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

background-color css

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

 a { background-color: rgb(215,7,18); }

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

border-color css

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

 span { border-color: rgb(215,7,18); }

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