#D30E13

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

Shades of Venetian Red #D30E13

Tints of Venetian Red #D30E13

Color information

#D30E13 (or 0xD30E13) is unknown color: approx Venetian Red. HEX triplet: D3, 0E and 13. RGB value is (211,14,19). Sum of RGB (Red+Green+Blue) = 211+14+19=244 (32% of max value = 765). Red value is 211 (82.81% from 255 or 86.48% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 211 - color contains mainly: red. Hex color #D30E13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30E13 is #2CF1EC. Grayscale: #494949. Windows color (decimal): -2945517 or 1248979. OLE color: 1248979.

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

Color convert

RGB2111419-
CMYK00.930.910.17
HSL358.48º87.56%44.12%-
HSV(B)358.48º93.36%82.75%-
XYZ27.1414.211.93-
YUV73.4797.27226.09-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 86.48%
GREEN value IS 14 (5.86% from 255) = 5.74%
BLUE value IS 19 (7.81% from 255) = 7.79%
R=86.48%
G=5.74%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211141900.930.910.17358.4887.5644.12
HexD3E1305D5B11166582c
Octal323162301351332154613054
Binary11010011111010011010111011011011100011011001101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30E13; }

 p { color: rgb(211,14,19); }

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

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

 a { background-color: rgb(211,14,19); }

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

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

 span { border-color: rgb(211,14,19); }

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