Html Css Color HEX #D70C13 Venetian Red

📋 copy color: '#D70C13'

red 215 ◦ green 12 ◦ blue 19

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

Shades of Venetian Red #D70C13

Tints of Venetian Red #D70C13

RGB

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

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

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

R = 87.4%
G = 4.88%
B = 7.72%

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

#D70C13 (or 0xD70C13) is known color: Venetian Red. HEX triplet: D7, 0C and 13. RGB value is (215,12,19). Sum of RGB (Red+Green+Blue) = 215+12+19=246 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.40% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70C13 is #28F3EC. Grayscale: #494949. Windows color (decimal): -2683885 or 1248471. OLE color: 1248471.

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

Color convert

RGB 215 12 19 -
CMYK 0 0.94 0.91 0.16
HSL 357.93º 0.89% 0.45% -
HSV(B) 357.93º 0.94% 0.84% -
XYZ 28.27 14.76 1.97 -
YUV 73.5 97.25 228.93 -
System Red Green Blue C M Y K H S L
Decimal 215 12 19 0 0.94 0.91 0.16 357.93 0.89 0.45
Hex D7 C 13 0 5E 5B 10 166 59 2D
Octal 327 14 23 0 136 133 20 546 131 55
Binary 11010111 1100 10011 0 1011110 1011011 10000 101100110 1011001 101101

Color Harmonies of #D70C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70C13

Black with #D70C13

Text Example


Text Example

White with #D70C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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