Html Css Color HEX #D41459 Ruby

📋 copy color: '#D41459'

red 212 ◦ green 20 ◦ blue 89

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

Shades of Ruby #D41459

Tints of Ruby #D41459

RGB

 RED value IS 212 (83.2% from 255) = 66.04%

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

 BLUE value IS 89 (35.16% from 255) = 27.73%

R = 66.04%
G = 6.23%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D41459 (or 0xD41459) is known color: Ruby. HEX triplet: D4, 14 and 59. RGB value is (212,20,89). Sum of RGB (Red+Green+Blue) = 212+20+89=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D41459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41459 is #2BEBA6. Grayscale: #555555. Windows color (decimal): -2878375 or 5838036. OLE color: 5838036.

HSL color Cylindrical-coordinate representation of color #D41459: hue angle of 338.44º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D41459 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 20 89 -
CMYK 0 0.91 0.58 0.17
HSL 338.44º 0.83% 0.45% -
HSV(B) 338.44º 0.91% 0.83% -
XYZ 29.2 15.22 10.85 -
YUV 85.27 130.11 218.39 -
System Red Green Blue C M Y K H S L
Decimal 212 20 89 0 0.91 0.58 0.17 338.44 0.83 0.45
Hex D4 14 59 0 5B 3A 11 152 53 2D
Octal 324 24 131 0 133 72 21 522 123 55
Binary 11010100 10100 1011001 0 1011011 111010 10001 101010010 1010011 101101

Color Harmonies of #D41459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41459

Black with #D41459

Text Example


Text Example

White with #D41459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41459; }

 p { color: rgb(212,20,89); }

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

background-color css

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

 a { background-color: rgb(212,20,89); }

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

border-color css

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

 span { border-color: rgb(212,20,89); }

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