Html Css Color HEX #D70912 Venetian Red

📋 copy color: '#D70912'

red 215 ◦ green 9 ◦ blue 18

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

Shades of Venetian Red #D70912

Tints of Venetian Red #D70912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.72%

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

R = 88.84%
G = 3.72%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D70912 (or 0xD70912) is known color: Venetian Red. HEX triplet: D7, 09 and 12. RGB value is (215,9,18). Sum of RGB (Red+Green+Blue) = 215+9+18=242 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.84% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 215 - color contains mainly: red. Hex color #D70912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70912 is #28F6ED. Grayscale: #474747. Windows color (decimal): -2684654 or 1182167. OLE color: 1182167.

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

Color convert

RGB 215 9 18 -
CMYK 0 0.96 0.92 0.16
HSL 357.38º 0.92% 0.44% -
HSV(B) 357.38º 0.96% 0.84% -
XYZ 28.23 14.69 1.92 -
YUV 71.62 97.75 230.27 -
System Red Green Blue C M Y K H S L
Decimal 215 9 18 0 0.96 0.92 0.16 357.38 0.92 0.44
Hex D7 9 12 0 60 5C 10 165 5C 2C
Octal 327 11 22 0 140 134 20 545 134 54
Binary 11010111 1001 10010 0 1100000 1011100 10000 101100101 1011100 101100

Color Harmonies of #D70912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70912

Black with #D70912

Text Example


Text Example

White with #D70912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70912; }

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

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

background-color css

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

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

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

border-color css

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

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

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