Html Css Color HEX #D40C56 Ruby

📋 copy color: '#D40C56'

red 212 ◦ green 12 ◦ blue 86

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

Shades of Ruby #D40C56

Tints of Ruby #D40C56

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.87%

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

R = 68.39%
G = 3.87%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D40C56 (or 0xD40C56) is known color: Ruby. HEX triplet: D4, 0C and 56. RGB value is (212,12,86). Sum of RGB (Red+Green+Blue) = 212+12+86=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40C56 is #2BF3A9. Grayscale: #505050. Windows color (decimal): -2880426 or 5639380. OLE color: 5639380.

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

Color convert

RGB 212 12 86 -
CMYK 0 0.94 0.59 0.17
HSL 337.8º 0.89% 0.44% -
HSV(B) 337.8º 0.94% 0.83% -
XYZ 28.96 14.93 10.16 -
YUV 80.24 131.26 221.98 -
System Red Green Blue C M Y K H S L
Decimal 212 12 86 0 0.94 0.59 0.17 337.8 0.89 0.44
Hex D4 C 56 0 5E 3B 11 152 59 2C
Octal 324 14 126 0 136 73 21 522 131 54
Binary 11010100 1100 1010110 0 1011110 111011 10001 101010010 1011001 101100

Color Harmonies of #D40C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40C56

Black with #D40C56

Text Example


Text Example

White with #D40C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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