Html Css Color HEX #D61B51 Ruby

📋 copy color: '#D61B51'

red 214 ◦ green 27 ◦ blue 81

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

Shades of Ruby #D61B51

Tints of Ruby #D61B51

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.39%

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

R = 66.46%
G = 8.39%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D61B51 (or 0xD61B51) is known color: Ruby. HEX triplet: D6, 1B and 51. RGB value is (214,27,81). Sum of RGB (Red+Green+Blue) = 214+27+81=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 81 (32.03% from 255 or 25.16% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61B51 is #29E4AE. Grayscale: #595959. Windows color (decimal): -2745519 or 5315542. OLE color: 5315542.

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

Color convert

RGB 214 27 81 -
CMYK 0 0.87 0.62 0.16
HSL 342.67º 0.78% 0.47% -
HSV(B) 342.67º 0.87% 0.84% -
XYZ 29.61 15.67 9.25 -
YUV 89.07 123.45 217.11 -
System Red Green Blue C M Y K H S L
Decimal 214 27 81 0 0.87 0.62 0.16 342.67 0.78 0.47
Hex D6 1B 51 0 57 3E 10 157 4E 2F
Octal 326 33 121 0 127 76 20 527 116 57
Binary 11010110 11011 1010001 0 1010111 111110 10000 101010111 1001110 101111

Color Harmonies of #D61B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B51

Black with #D61B51

Text Example


Text Example

White with #D61B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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