#d2000f

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

Shades of Venetian Red #D2000F

Tints of Venetian Red #D2000F

Color information

#D2000F (or 0xD2000F) is unknown color: approx Venetian Red. HEX triplet: D2, 00 and 0F. RGB value is (210,0,15). Sum of RGB (Red+Green+Blue) = 210+0+15=225 (29% of max value = 765). Red value is 210 (82.42% from 255 or 93.33% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 210 - color contains mainly: red. Hex color #D2000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2000F is #2DFFF0. Grayscale: #404040. Windows color (decimal): -3014641 or 983250. OLE color: 983250.

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

Color convert

RGB210015-
CMYK010.930.18
HSL355.71º100%41.18%-
HSV(B)355.71º100%82.35%-
XYZ26.6613.741.7-
YUV64.5100.07231.78-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 93.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=93.33%
G=0%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210015010.930.18355.7110041.18
HexD20F0645D121646429
Octal32201701441352254414451
Binary1101001001111011001001011101100101011001001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2000f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2000f; }

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

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

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

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

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

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

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

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

cancel