Html Css Color HEX #D51251 Ruby

📋 copy color: '#D51251'

red 213 ◦ green 18 ◦ blue 81

#D51251
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #D51251

Tints of Ruby #D51251

RGB

 RED value IS 213 (83.59% from 255) = 68.27%

 GREEN value IS 18 (7.42% from 255) = 5.77%

 BLUE value IS 81 (32.03% from 255) = 25.96%

R = 68.27%
G = 5.77%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D51251 (or 0xD51251) is known color: Ruby. HEX triplet: D5, 12 and 51. RGB value is (213,18,81). Sum of RGB (Red+Green+Blue) = 213+18+81=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D51251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51251 is #2AEDAE. Grayscale: #535353. Windows color (decimal): -2813359 or 5313237. OLE color: 5313237.

HSL color Cylindrical-coordinate representation of color #D51251: hue angle of 340.62º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51251 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 18 81 -
CMYK 0 0.92 0.62 0.16
HSL 340.62º 0.84% 0.45% -
HSV(B) 340.62º 0.92% 0.84% -
XYZ 29.14 15.17 9.18 -
YUV 83.49 126.6 220.38 -
System Red Green Blue C M Y K H S L
Decimal 213 18 81 0 0.92 0.62 0.16 340.62 0.84 0.45
Hex D5 12 51 0 5C 3E 10 155 54 2D
Octal 325 22 121 0 134 76 20 525 124 55
Binary 11010101 10010 1010001 0 1011100 111110 10000 101010101 1010100 101101

Color Harmonies of #D51251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51251

Black with #D51251

Text Example


Text Example

White with #D51251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51251; }

 p { color: rgb(213,18,81); }

 H1.HeaderClassName
 {
   color: #D51251;
 }
 .AnyTagClassName
 {
   color: #D51251;
 }
</style>

background-color css

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

 a { background-color: rgb(213,18,81); }

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

border-color css

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

 span { border-color: rgb(213,18,81); }

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