#D3010F

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

Shades of Venetian Red #D3010F

Tints of Venetian Red #D3010F

Color information

#D3010F (or 0xD3010F) is unknown color: approx Venetian Red. HEX triplet: D3, 01 and 0F. RGB value is (211,1,15). Sum of RGB (Red+Green+Blue) = 211+1+15=227 (30% of max value = 765). Red value is 211 (82.81% from 255 or 92.95% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 211 - color contains mainly: red. Hex color #D3010F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3010F is #2CFEF0. Grayscale: #414141. Windows color (decimal): -2948849 or 983507. OLE color: 983507.

HSL color Cylindrical-coordinate representation of color #D3010F: hue angle of 356º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3010F is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB211115-
CMYK01.000.930.17
HSL356º99.06%41.57%-
HSV(B)356º99.53%82.75%-
XYZ26.9613.911.71-
YUV65.3999.57231.86-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 92.95%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 15 (6.25% from 255) = 6.61%
R=92.95%
G=0.44%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111501.000.930.1735699.0641.57
HexD31F0645D11164632a
Octal32311701441352154414352
Binary1101001111111011001001011101100011011001001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3010F; }

 p { color: rgb(211,1,15); }

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

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

 a { background-color: rgb(211,1,15); }

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

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

 span { border-color: rgb(211,1,15); }

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