#D1002A

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

Shades of Venetian Red #D1002A

Tints of Venetian Red #D1002A

Color information

#D1002A (or 0xD1002A) is unknown color: approx Venetian Red. HEX triplet: D1, 00 and 2A. RGB value is (209,0,42). Sum of RGB (Red+Green+Blue) = 209+0+42=251 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.27% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 209 - color contains mainly: red. Hex color #D1002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1002A is #2EFFD5. Grayscale: #434343. Windows color (decimal): -3080150 or 2752721. OLE color: 2752721.

HSL color Cylindrical-coordinate representation of color #D1002A: hue angle of 347.94º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1002A is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB209042-
CMYK010.800.18
HSL347.94º100%40.98%-
HSV(B)347.94º100%81.96%-
XYZ26.7113.723.43-
YUV67.28113.74229.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 83.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 16.73%
R=83.27%
G=0%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209042010.800.18347.9410040.98
HexD102A064501215c6429
Octal32105201441202253414451
Binary110100010101010011001001010000100101010111001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1002A; }

 p { color: rgb(209,0,42); }

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

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

 a { background-color: rgb(209,0,42); }

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

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

 span { border-color: rgb(209,0,42); }

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