Html Css Color HEX #D70E13 Venetian Red

📋 copy color: '#D70E13'

red 215 ◦ green 14 ◦ blue 19

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

Shades of Venetian Red #D70E13

Tints of Venetian Red #D70E13

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.65%

 BLUE value IS 19 (7.81% from 255) = 7.66%

R = 86.69%
G = 5.65%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D70E13 (or 0xD70E13) is known color: Venetian Red. HEX triplet: D7, 0E and 13. RGB value is (215,14,19). Sum of RGB (Red+Green+Blue) = 215+14+19=248 (32% of max value = 765). Red value is 215 (84.38% from 255 or 86.69% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70E13 is #28F1EC. Grayscale: #4A4A4A. Windows color (decimal): -2683373 or 1248983. OLE color: 1248983.

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

Color convert

RGB 215 14 19 -
CMYK 0 0.93 0.91 0.16
HSL 358.51º 0.88% 0.45% -
HSV(B) 358.51º 0.93% 0.84% -
XYZ 28.3 14.81 1.98 -
YUV 74.67 96.59 228.09 -
System Red Green Blue C M Y K H S L
Decimal 215 14 19 0 0.93 0.91 0.16 358.51 0.88 0.45
Hex D7 E 13 0 5D 5B 10 167 58 2D
Octal 327 16 23 0 135 133 20 547 130 55
Binary 11010111 1110 10011 0 1011101 1011011 10000 101100111 1011000 101101

Color Harmonies of #D70E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70E13

Black with #D70E13

Text Example


Text Example

White with #D70E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70E13; }

 p { color: rgb(215,14,19); }

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

background-color css

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

 a { background-color: rgb(215,14,19); }

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

border-color css

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

 span { border-color: rgb(215,14,19); }

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