#D2030F

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

Shades of Venetian Red #D2030F

Tints of Venetian Red #D2030F

Color information

#D2030F (or 0xD2030F) is unknown color: approx Venetian Red. HEX triplet: D2, 03 and 0F. RGB value is (210,3,15). Sum of RGB (Red+Green+Blue) = 210+3+15=228 (30% of max value = 765). Red value is 210 (82.42% from 255 or 92.11% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 210 - color contains mainly: red. Hex color #D2030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2030F is #2DFCF0. Grayscale: #424242. Windows color (decimal): -3013873 or 984018. OLE color: 984018.

HSL color Cylindrical-coordinate representation of color #D2030F: hue angle of 356.52º 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 #D2030F is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB210315-
CMYK00.990.930.18
HSL356.52º97.18%41.76%-
HSV(B)356.52º98.57%82.35%-
XYZ26.713.81.71-
YUV66.2699.08230.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 92.11%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 15 (6.25% from 255) = 6.58%
R=92.11%
G=1.32%
B=6.58%

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
Decimal21031500.990.930.18356.5297.1841.76
HexD23F0635D12165612a
Octal32231701431352254514152
Binary11010010111111011000111011101100101011001011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2030F; }

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

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

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

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

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

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

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

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