#d01950

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

Shades of Ruby #D01950

Tints of Ruby #D01950

Color information

#D01950 (or 0xD01950) is unknown color: approx Ruby. HEX triplet: D0, 19 and 50. RGB value is (208,25,80). Sum of RGB (Red+Green+Blue) = 208+25+80=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D01950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D01950 is #2FE6AF. Grayscale: #555555. Windows color (decimal): -3139248 or 5249488. OLE color: 5249488.

HSL color Cylindrical-coordinate representation of color #D01950: hue angle of 341.97º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01950 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB2082580-
CMYK00.880.620.18
HSL341.97º78.54%45.69%-
HSV(B)341.97º87.98%81.57%-
XYZ27.8114.688.96-
YUV85.99124.63215.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 66.45%
GREEN value IS 25 (10.16% from 255) = 7.99%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=66.45%
G=7.99%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208258000.880.620.18341.9778.5445.69
HexD019500583E121564f2e
Octal320311200130762252611756
Binary1101000011001101000001011000111110100101010101101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d01950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d01950; }

 p { color: rgb(208,25,80); }

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

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

 a { background-color: rgb(208,25,80); }

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

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

 span { border-color: rgb(208,25,80); }

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