Html Css Color HEX #D70D14 Venetian Red

📋 copy color: '#D70D14'

red 215 ◦ green 13 ◦ blue 20

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

Shades of Venetian Red #D70D14

Tints of Venetian Red #D70D14

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.24%

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

R = 86.69%
G = 5.24%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D70D14 (or 0xD70D14) is known color: Venetian Red. HEX triplet: D7, 0D and 14. RGB value is (215,13,20). Sum of RGB (Red+Green+Blue) = 215+13+20=248 (32% of max value = 765). Red value is 215 (84.38% from 255 or 86.69% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70D14 is #28F2EB. Grayscale: #4A4A4A. Windows color (decimal): -2683628 or 1314263. OLE color: 1314263.

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

Color convert

RGB 215 13 20 -
CMYK 0 0.94 0.91 0.16
HSL 357.92º 0.89% 0.45% -
HSV(B) 357.92º 0.94% 0.84% -
XYZ 28.29 14.79 2.02 -
YUV 74.2 97.42 228.43 -
System Red Green Blue C M Y K H S L
Decimal 215 13 20 0 0.94 0.91 0.16 357.92 0.89 0.45
Hex D7 D 14 0 5E 5B 10 166 59 2D
Octal 327 15 24 0 136 133 20 546 131 55
Binary 11010111 1101 10100 0 1011110 1011011 10000 101100110 1011001 101101

Color Harmonies of #D70D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70D14

Black with #D70D14

Text Example


Text Example

White with #D70D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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