Html Css Color HEX #D21454 Ruby

📋 copy color: '#D21454'

red 210 ◦ green 20 ◦ blue 84

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

Shades of Ruby #D21454

Tints of Ruby #D21454

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.37%

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

R = 66.88%
G = 6.37%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.6

 K value IS 0.18

RGB Variations

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

Color information

#D21454 (or 0xD21454) is known color: Ruby. HEX triplet: D2, 14 and 54. RGB value is (210,20,84). Sum of RGB (Red+Green+Blue) = 210+20+84=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D21454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21454 is #2DEBAB. Grayscale: #545454. Windows color (decimal): -3009452 or 5510354. OLE color: 5510354.

HSL color Cylindrical-coordinate representation of color #D21454: hue angle of 339.79º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21454 is Cyan = 0, Magento = 0.90, Yellow = 0.6 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 20 84 -
CMYK 0 0.90 0.6 0.18
HSL 339.79º 0.83% 0.45% -
HSV(B) 339.79º 0.9% 0.82% -
XYZ 28.43 14.84 9.75 -
YUV 84.11 127.95 217.8 -
System Red Green Blue C M Y K H S L
Decimal 210 20 84 0 0.90 0.6 0.18 339.79 0.83 0.45
Hex D2 14 54 0 5A 3C 12 154 53 2D
Octal 322 24 124 0 132 74 22 524 123 55
Binary 11010010 10100 1010100 0 1011010 111100 10010 101010100 1010011 101101

Color Harmonies of #D21454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21454

Black with #D21454

Text Example


Text Example

White with #D21454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21454; }

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

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

background-color css

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

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

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

border-color css

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

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

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