Html Css Color HEX #D21A53 Ruby

📋 copy color: '#D21A53'

red 210 ◦ green 26 ◦ blue 83

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

Shades of Ruby #D21A53

Tints of Ruby #D21A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.02%

R = 65.83%
G = 8.15%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D21A53 (or 0xD21A53) is known color: Ruby. HEX triplet: D2, 1A and 53. RGB value is (210,26,83). Sum of RGB (Red+Green+Blue) = 210+26+83=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21A53 is #2DE5AC. Grayscale: #575757. Windows color (decimal): -3007917 or 5446354. OLE color: 5446354.

HSL color Cylindrical-coordinate representation of color #D21A53: hue angle of 341.41º 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 #D21A53 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 26 83 -
CMYK 0 0.88 0.60 0.18
HSL 341.41º 0.78% 0.46% -
HSV(B) 341.41º 0.88% 0.82% -
XYZ 28.51 15.06 9.59 -
YUV 87.51 125.46 215.37 -
System Red Green Blue C M Y K H S L
Decimal 210 26 83 0 0.88 0.60 0.18 341.41 0.78 0.46
Hex D2 1A 53 0 58 3C 12 155 4E 2E
Octal 322 32 123 0 130 74 22 525 116 56
Binary 11010010 11010 1010011 0 1011000 111100 10010 101010101 1001110 101110

Color Harmonies of #D21A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21A53

Black with #D21A53

Text Example


Text Example

White with #D21A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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