Html Css Color HEX #D70E14 Venetian Red

📋 copy color: '#D70E14'

red 215 ◦ green 14 ◦ blue 20

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

Shades of Venetian Red #D70E14

Tints of Venetian Red #D70E14

RGB

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

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

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

R = 86.35%
G = 5.62%
B = 8.03%

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

#D70E14 (or 0xD70E14) is known color: Venetian Red. HEX triplet: D7, 0E and 14. RGB value is (215,14,20). Sum of RGB (Red+Green+Blue) = 215+14+20=249 (32% of max value = 765). Red value is 215 (84.38% from 255 or 86.35% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70E14 is #28F1EB. Grayscale: #4A4A4A. Windows color (decimal): -2683372 or 1314519. OLE color: 1314519.

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

Color convert

RGB 215 14 20 -
CMYK 0 0.93 0.91 0.16
HSL 358.21º 0.88% 0.45% -
HSV(B) 358.21º 0.93% 0.84% -
XYZ 28.31 14.81 2.03 -
YUV 74.78 97.09 228.01 -
System Red Green Blue C M Y K H S L
Decimal 215 14 20 0 0.93 0.91 0.16 358.21 0.88 0.45
Hex D7 E 14 0 5D 5B 10 166 58 2D
Octal 327 16 24 0 135 133 20 546 130 55
Binary 11010111 1110 10100 0 1011101 1011011 10000 101100110 1011000 101101

Color Harmonies of #D70E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70E14

Black with #D70E14

Text Example


Text Example

White with #D70E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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