#d5010e

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

Shades of Venetian Red #D5010E

Tints of Venetian Red #D5010E

Color information

#D5010E (or 0xD5010E) is unknown color: approx Venetian Red. HEX triplet: D5, 01 and 0E. RGB value is (213,1,14). Sum of RGB (Red+Green+Blue) = 213+1+14=228 (30% of max value = 765). Red value is 213 (83.59% from 255 or 93.42% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 213 - color contains mainly: red. Hex color #D5010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5010E is #2AFEF1. Grayscale: #424242. Windows color (decimal): -2817778 or 917973. OLE color: 917973.

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

Color convert

RGB213114-
CMYK01.000.930.16
HSL356.32º99.07%41.96%-
HSV(B)356.32º99.53%83.53%-
XYZ27.5314.21.71-
YUV65.8798.74232.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 93.42%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 14 (5.86% from 255) = 6.14%
R=93.42%
G=0.44%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311401.000.930.16356.3299.0741.96
HexD51E0645D10164632a
Octal32511601441352054414352
Binary1101010111110011001001011101100001011001001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5010e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5010e; }

 p { color: rgb(213,1,14); }

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

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

 a { background-color: rgb(213,1,14); }

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

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

 span { border-color: rgb(213,1,14); }

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