Html Css Color HEX #D21A51 Ruby

📋 copy color: '#D21A51'

red 210 ◦ green 26 ◦ blue 81

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

Shades of Ruby #D21A51

Tints of Ruby #D21A51

RGB

 RED value IS 210 (82.42% from 255) = 66.25%

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

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

R = 66.25%
G = 8.2%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D21A51 (or 0xD21A51) is known color: Ruby. HEX triplet: D2, 1A and 51. RGB value is (210,26,81). Sum of RGB (Red+Green+Blue) = 210+26+81=317 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.25% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21A51 is #2DE5AE. Grayscale: #575757. Windows color (decimal): -3007919 or 5315282. OLE color: 5315282.

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

Color convert

RGB 210 26 81 -
CMYK 0 0.88 0.61 0.18
HSL 342.07º 0.78% 0.46% -
HSV(B) 342.07º 0.88% 0.82% -
XYZ 28.43 15.03 9.19 -
YUV 87.29 124.46 215.53 -
System Red Green Blue C M Y K H S L
Decimal 210 26 81 0 0.88 0.61 0.18 342.07 0.78 0.46
Hex D2 1A 51 0 58 3D 12 156 4E 2E
Octal 322 32 121 0 130 75 22 526 116 56
Binary 11010010 11010 1010001 0 1011000 111101 10010 101010110 1001110 101110

Color Harmonies of #D21A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21A51

Black with #D21A51

Text Example


Text Example

White with #D21A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21A51; }

 p { color: rgb(210,26,81); }

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

background-color css

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

 a { background-color: rgb(210,26,81); }

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

border-color css

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

 span { border-color: rgb(210,26,81); }

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