Html Css Color HEX #D70F12 Venetian Red

📋 copy color: '#D70F12'

red 215 ◦ green 15 ◦ blue 18

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

Shades of Venetian Red #D70F12

Tints of Venetian Red #D70F12

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.05%

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

R = 86.69%
G = 6.05%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D70F12 (or 0xD70F12) is known color: Venetian Red. HEX triplet: D7, 0F and 12. RGB value is (215,15,18). Sum of RGB (Red+Green+Blue) = 215+15+18=248 (32% of max value = 765). Red value is 215 (84.38% from 255 or 86.69% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70F12 is #28F0ED. Grayscale: #4B4B4B. Windows color (decimal): -2683118 or 1183703. OLE color: 1183703.

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

Color convert

RGB 215 15 18 -
CMYK 0 0.93 0.92 0.16
HSL 359.1º 0.87% 0.45% -
HSV(B) 359.1º 0.93% 0.84% -
XYZ 28.3 14.83 1.94 -
YUV 75.14 95.76 227.76 -
System Red Green Blue C M Y K H S L
Decimal 215 15 18 0 0.93 0.92 0.16 359.1 0.87 0.45
Hex D7 F 12 0 5D 5C 10 167 57 2D
Octal 327 17 22 0 135 134 20 547 127 55
Binary 11010111 1111 10010 0 1011101 1011100 10000 101100111 1010111 101101

Color Harmonies of #D70F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70F12

Black with #D70F12

Text Example


Text Example

White with #D70F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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