Html Css Color HEX #D41A56 Ruby

📋 copy color: '#D41A56'

red 212 ◦ green 26 ◦ blue 86

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

Shades of Ruby #D41A56

Tints of Ruby #D41A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.54%

R = 65.43%
G = 8.02%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D41A56 (or 0xD41A56) is known color: Ruby. HEX triplet: D4, 1A and 56. RGB value is (212,26,86). Sum of RGB (Red+Green+Blue) = 212+26+86=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D41A56 is #2BE5A9. Grayscale: #585858. Windows color (decimal): -2876842 or 5642964. OLE color: 5642964.

HSL color Cylindrical-coordinate representation of color #D41A56: hue angle of 340.65º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41A56 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 26 86 -
CMYK 0 0.88 0.59 0.17
HSL 340.65º 0.78% 0.47% -
HSV(B) 340.65º 0.88% 0.83% -
XYZ 29.2 15.41 10.24 -
YUV 88.45 126.62 216.12 -
System Red Green Blue C M Y K H S L
Decimal 212 26 86 0 0.88 0.59 0.17 340.65 0.78 0.47
Hex D4 1A 56 0 58 3B 11 155 4E 2F
Octal 324 32 126 0 130 73 21 525 116 57
Binary 11010100 11010 1010110 0 1011000 111011 10001 101010101 1001110 101111

Color Harmonies of #D41A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41A56

Black with #D41A56

Text Example


Text Example

White with #D41A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41A56; }

 p { color: rgb(212,26,86); }

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

background-color css

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

 a { background-color: rgb(212,26,86); }

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

border-color css

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

 span { border-color: rgb(212,26,86); }

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