#D30F5F

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

Shades of Ruby #D30F5F

Tints of Ruby #D30F5F

Color information

#D30F5F (or 0xD30F5F) is unknown color: approx Ruby. HEX triplet: D3, 0F and 5F. RGB value is (211,15,95). Sum of RGB (Red+Green+Blue) = 211+15+95=321 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.73% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 211 - color contains mainly: red. Hex color #D30F5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30F5F is #2CF0A0. Grayscale: #525252. Windows color (decimal): -2945185 or 6229971. OLE color: 6229971.

HSL color Cylindrical-coordinate representation of color #D30F5F: hue angle of 335.51º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30F5F is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB2111595-
CMYK00.930.550.17
HSL335.51º86.73%44.31%-
HSV(B)335.51º92.89%82.75%-
XYZ29.115.0212.19-
YUV82.72134.93219.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 65.73%
GREEN value IS 15 (6.25% from 255) = 4.67%
BLUE value IS 95 (37.5% from 255) = 29.60%
R=65.73%
G=4.67%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211159500.930.550.17335.5186.7344.31
HexD3F5F05D3711150572c
Octal323171370135672152012754
Binary110100111111101111101011101110111100011010100001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D30F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D30F5F; }

 p { color: rgb(211,15,95); }

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

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

 a { background-color: rgb(211,15,95); }

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

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

 span { border-color: rgb(211,15,95); }

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