Html Css Color HEX #D70B13 Venetian Red

📋 copy color: '#D70B13'

red 215 ◦ green 11 ◦ blue 19

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

Shades of Venetian Red #D70B13

Tints of Venetian Red #D70B13

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.49%

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

R = 87.76%
G = 4.49%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D70B13 (or 0xD70B13) is known color: Venetian Red. HEX triplet: D7, 0B and 13. RGB value is (215,11,19). Sum of RGB (Red+Green+Blue) = 215+11+19=245 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.76% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D70B13 is #28F4EC. Grayscale: #494949. Windows color (decimal): -2684141 or 1248215. OLE color: 1248215.

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

Color convert

RGB 215 11 19 -
CMYK 0 0.95 0.91 0.16
HSL 357.65º 0.9% 0.44% -
HSV(B) 357.65º 0.95% 0.84% -
XYZ 28.26 14.73 1.97 -
YUV 72.91 97.59 229.35 -
System Red Green Blue C M Y K H S L
Decimal 215 11 19 0 0.95 0.91 0.16 357.65 0.9 0.44
Hex D7 B 13 0 5F 5B 10 166 5A 2C
Octal 327 13 23 0 137 133 20 546 132 54
Binary 11010111 1011 10011 0 1011111 1011011 10000 101100110 1011010 101100

Color Harmonies of #D70B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70B13

Black with #D70B13

Text Example


Text Example

White with #D70B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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