#D41353

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

Shades of Ruby #D41353

Tints of Ruby #D41353

Color information

#D41353 (or 0xD41353) is unknown color: approx Ruby. HEX triplet: D4, 13 and 53. RGB value is (212,19,83). Sum of RGB (Red+Green+Blue) = 212+19+83=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D41353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41353 is #2BECAC. Grayscale: #535353. Windows color (decimal): -2878637 or 5444564. OLE color: 5444564.

HSL color Cylindrical-coordinate representation of color #D41353: hue angle of 340.1º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D41353 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB2121983-
CMYK00.910.610.17
HSL340.1º83.55%45.29%-
HSV(B)340.1º91.04%83.14%-
XYZ28.9515.099.57-
YUV84127.44219.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 67.52%
GREEN value IS 19 (7.81% from 255) = 6.05%
BLUE value IS 83 (32.81% from 255) = 26.43%
R=67.52%
G=6.05%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212198300.910.610.17340.183.5545.29
HexD4135305B3D11154542d
Octal324231230133752152412455
Binary1101010010011101001101011011111101100011010101001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41353; }

 p { color: rgb(212,19,83); }

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

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

 a { background-color: rgb(212,19,83); }

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

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

 span { border-color: rgb(212,19,83); }

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