Html Css Color HEX #D70C14 Venetian Red

📋 copy color: '#D70C14'

red 215 ◦ green 12 ◦ blue 20

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

Shades of Venetian Red #D70C14

Tints of Venetian Red #D70C14

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.86%

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

R = 87.04%
G = 4.86%
B = 8.1%

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

#D70C14 (or 0xD70C14) is known color: Venetian Red. HEX triplet: D7, 0C and 14. RGB value is (215,12,20). Sum of RGB (Red+Green+Blue) = 215+12+20=247 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.04% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70C14 is #28F3EB. Grayscale: #494949. Windows color (decimal): -2683884 or 1314007. OLE color: 1314007.

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

Color convert

RGB 215 12 20 -
CMYK 0 0.94 0.91 0.16
HSL 357.64º 0.89% 0.45% -
HSV(B) 357.64º 0.94% 0.84% -
XYZ 28.28 14.76 2.02 -
YUV 73.61 97.75 228.85 -
System Red Green Blue C M Y K H S L
Decimal 215 12 20 0 0.94 0.91 0.16 357.64 0.89 0.45
Hex D7 C 14 0 5E 5B 10 166 59 2D
Octal 327 14 24 0 136 133 20 546 131 55
Binary 11010111 1100 10100 0 1011110 1011011 10000 101100110 1011001 101101

Color Harmonies of #D70C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70C14

Black with #D70C14

Text Example


Text Example

White with #D70C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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