Html Css Color HEX #D61A54 Ruby

📋 copy color: '#D61A54'

red 214 ◦ green 26 ◦ blue 84

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

Shades of Ruby #D61A54

Tints of Ruby #D61A54

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.02%

 BLUE value IS 84 (33.2% from 255) = 25.93%

R = 66.05%
G = 8.02%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D61A54 (or 0xD61A54) is known color: Ruby. HEX triplet: D6, 1A and 54. RGB value is (214,26,84). Sum of RGB (Red+Green+Blue) = 214+26+84=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D61A54 is #29E5AB. Grayscale: #585858. Windows color (decimal): -2745772 or 5511894. OLE color: 5511894.

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

Color convert

RGB 214 26 84 -
CMYK 0 0.88 0.61 0.16
HSL 341.49º 0.78% 0.47% -
HSV(B) 341.49º 0.88% 0.84% -
XYZ 29.7 15.68 9.85 -
YUV 88.82 125.28 217.28 -
System Red Green Blue C M Y K H S L
Decimal 214 26 84 0 0.88 0.61 0.16 341.49 0.78 0.47
Hex D6 1A 54 0 58 3D 10 155 4E 2F
Octal 326 32 124 0 130 75 20 525 116 57
Binary 11010110 11010 1010100 0 1011000 111101 10000 101010101 1001110 101111

Color Harmonies of #D61A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A54

Black with #D61A54

Text Example


Text Example

White with #D61A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A54; }

 p { color: rgb(214,26,84); }

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

background-color css

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

 a { background-color: rgb(214,26,84); }

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

border-color css

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

 span { border-color: rgb(214,26,84); }

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