Html Css Color HEX #D21450 Ruby

📋 copy color: '#D21450'

red 210 ◦ green 20 ◦ blue 80

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

Shades of Ruby #D21450

Tints of Ruby #D21450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 67.74%
G = 6.45%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D21450 (or 0xD21450) is known color: Ruby. HEX triplet: D2, 14 and 50. RGB value is (210,20,80). Sum of RGB (Red+Green+Blue) = 210+20+80=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D21450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21450 is #2DEBAF. Grayscale: #535353. Windows color (decimal): -3009456 or 5248210. OLE color: 5248210.

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

Color convert

RGB 210 20 80 -
CMYK 0 0.90 0.62 0.18
HSL 341.05º 0.83% 0.45% -
HSV(B) 341.05º 0.9% 0.82% -
XYZ 28.28 14.78 8.95 -
YUV 83.65 125.95 218.12 -
System Red Green Blue C M Y K H S L
Decimal 210 20 80 0 0.90 0.62 0.18 341.05 0.83 0.45
Hex D2 14 50 0 5A 3E 12 155 53 2D
Octal 322 24 120 0 132 76 22 525 123 55
Binary 11010010 10100 1010000 0 1011010 111110 10010 101010101 1010011 101101

Color Harmonies of #D21450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21450

Black with #D21450

Text Example


Text Example

White with #D21450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21450; }

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

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

background-color css

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

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

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

border-color css

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

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

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