Html Css Color HEX #D61251 Ruby

📋 copy color: '#D61251'

red 214 ◦ green 18 ◦ blue 81

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

Shades of Ruby #D61251

Tints of Ruby #D61251

RGB

 RED value IS 214 (83.98% from 255) = 68.37%

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

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

R = 68.37%
G = 5.75%
B = 25.88%

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

#D61251 (or 0xD61251) is known color: Ruby. HEX triplet: D6, 12 and 51. RGB value is (214,18,81). Sum of RGB (Red+Green+Blue) = 214+18+81=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D61251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61251 is #29EDAE. Grayscale: #535353. Windows color (decimal): -2747823 or 5313238. OLE color: 5313238.

HSL color Cylindrical-coordinate representation of color #D61251: hue angle of 340.71º 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 #D61251 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 18 81 -
CMYK 0 0.92 0.62 0.16
HSL 340.71º 0.84% 0.45% -
HSV(B) 340.71º 0.92% 0.84% -
XYZ 29.43 15.32 9.19 -
YUV 83.79 126.43 220.88 -
System Red Green Blue C M Y K H S L
Decimal 214 18 81 0 0.92 0.62 0.16 340.71 0.84 0.45
Hex D6 12 51 0 5C 3E 10 155 54 2D
Octal 326 22 121 0 134 76 20 525 124 55
Binary 11010110 10010 1010001 0 1011100 111110 10000 101010101 1010100 101101

Color Harmonies of #D61251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61251

Black with #D61251

Text Example


Text Example

White with #D61251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61251; }

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

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

background-color css

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

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

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

border-color css

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

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

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