#d30b14

Color #D30B14 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #D30B14

Tints of Venetian Red #D30B14

Color information

#D30B14 (or 0xD30B14) is unknown color: approx Venetian Red. HEX triplet: D3, 0B and 14. RGB value is (211,11,20). Sum of RGB (Red+Green+Blue) = 211+11+20=242 (32% of max value = 765). Red value is 211 (82.81% from 255 or 87.19% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 211 - color contains mainly: red. Hex color #D30B14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30B14 is #2CF4EB. Grayscale: #474747. Windows color (decimal): -2946284 or 1313747. OLE color: 1313747.

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

Color convert

RGB2111120-
CMYK00.950.910.17
HSL357.3º90.09%43.53%-
HSV(B)357.3º94.79%82.75%-
XYZ27.1114.141.96-
YUV71.8398.76227.27-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 87.19%
GREEN value IS 11 (4.69% from 255) = 4.55%
BLUE value IS 20 (8.20% from 255) = 8.26%
R=87.19%
G=4.55%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211112000.950.910.17357.390.0943.53
HexD3B1405F5B111655a2c
Octal323132401371332154513254
Binary11010011101110100010111111011011100011011001011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d30b14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d30b14; }

 p { color: rgb(211,11,20); }

 H1.HeaderClassName
 {
   color: #d30b14;
 }
 .AnyTagClassName
 {
   color: #d30b14;
 }
</style>
background-color css

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

 a { background-color: rgb(211,11,20); }

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

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

 span { border-color: rgb(211,11,20); }

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