#D3002A

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

Shades of Venetian Red #D3002A

Tints of Venetian Red #D3002A

Color information

#D3002A (or 0xD3002A) is unknown color: approx Venetian Red. HEX triplet: D3, 00 and 2A. RGB value is (211,0,42). Sum of RGB (Red+Green+Blue) = 211+0+42=253 (33% of max value = 765). Red value is 211 (82.81% from 255 or 83.40% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 211 - color contains mainly: red. Hex color #D3002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3002A is #2CFFD5. Grayscale: #434343. Windows color (decimal): -2949078 or 2752723. OLE color: 2752723.

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

Color convert

RGB211042-
CMYK010.800.17
HSL348.06º100%41.37%-
HSV(B)348.06º100%82.75%-
XYZ27.2814.023.46-
YUV67.88113.4230.08-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 83.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 16.60%
R=83.40%
G=0%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211042010.800.17348.0610041.37
HexD302A064501115c6429
Octal32305201441202153414451
Binary110100110101010011001001010000100011010111001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3002A; }

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

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

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

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

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

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

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

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