Html Css Color HEX #D21A54 Ruby

📋 copy color: '#D21A54'

red 210 ◦ green 26 ◦ blue 84

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

Shades of Ruby #D21A54

Tints of Ruby #D21A54

RGB

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

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

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

R = 65.63%
G = 8.13%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#D21A54 (or 0xD21A54) is known color: Ruby. HEX triplet: D2, 1A and 54. RGB value is (210,26,84). Sum of RGB (Red+Green+Blue) = 210+26+84=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21A54 is #2DE5AB. Grayscale: #575757. Windows color (decimal): -3007916 or 5511890. OLE color: 5511890.

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

Color convert

RGB 210 26 84 -
CMYK 0 0.88 0.6 0.18
HSL 341.09º 0.78% 0.46% -
HSV(B) 341.09º 0.88% 0.82% -
XYZ 28.55 15.08 9.79 -
YUV 87.63 125.96 215.28 -
System Red Green Blue C M Y K H S L
Decimal 210 26 84 0 0.88 0.6 0.18 341.09 0.78 0.46
Hex D2 1A 54 0 58 3C 12 155 4E 2E
Octal 322 32 124 0 130 74 22 525 116 56
Binary 11010010 11010 1010100 0 1011000 111100 10010 101010101 1001110 101110

Color Harmonies of #D21A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21A54

Black with #D21A54

Text Example


Text Example

White with #D21A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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