#D2030E

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

Shades of Venetian Red #D2030E

Tints of Venetian Red #D2030E

Color information

#D2030E (or 0xD2030E) is unknown color: approx Venetian Red. HEX triplet: D2, 03 and 0E. RGB value is (210,3,14). Sum of RGB (Red+Green+Blue) = 210+3+14=227 (30% of max value = 765). Red value is 210 (82.42% from 255 or 92.51% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 210 - color contains mainly: red. Hex color #D2030E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2030E is #2DFCF1. Grayscale: #424242. Windows color (decimal): -3013874 or 918482. OLE color: 918482.

HSL color Cylindrical-coordinate representation of color #D2030E: hue angle of 356.81º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2030E is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB210314-
CMYK00.990.930.18
HSL356.81º97.18%41.76%-
HSV(B)356.81º98.57%82.35%-
XYZ26.6913.81.67-
YUV66.1598.58230.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 92.51%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 14 (5.86% from 255) = 6.17%
R=92.51%
G=1.32%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21031400.990.930.18356.8197.1841.76
HexD23E0635D12165612a
Octal32231601431352254514152
Binary11010010111110011000111011101100101011001011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2030E; }

 p { color: rgb(210,3,14); }

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

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

 a { background-color: rgb(210,3,14); }

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

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

 span { border-color: rgb(210,3,14); }

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