Html Css Color HEX #D40C55 Ruby

📋 copy color: '#D40C55'

red 212 ◦ green 12 ◦ blue 85

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

Shades of Ruby #D40C55

Tints of Ruby #D40C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.51%

R = 68.61%
G = 3.88%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#D40C55 (or 0xD40C55) is known color: Ruby. HEX triplet: D4, 0C and 55. RGB value is (212,12,85). Sum of RGB (Red+Green+Blue) = 212+12+85=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40C55 is #2BF3AA. Grayscale: #505050. Windows color (decimal): -2880427 or 5573844. OLE color: 5573844.

HSL color Cylindrical-coordinate representation of color #D40C55: hue angle of 338.1º 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 #D40C55 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 12 85 -
CMYK 0 0.94 0.60 0.17
HSL 338.1º 0.89% 0.44% -
HSV(B) 338.1º 0.94% 0.83% -
XYZ 28.92 14.92 9.95 -
YUV 80.12 130.76 222.06 -
System Red Green Blue C M Y K H S L
Decimal 212 12 85 0 0.94 0.60 0.17 338.1 0.89 0.44
Hex D4 C 55 0 5E 3C 11 152 59 2C
Octal 324 14 125 0 136 74 21 522 131 54
Binary 11010100 1100 1010101 0 1011110 111100 10001 101010010 1011001 101100

Color Harmonies of #D40C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40C55

Black with #D40C55

Text Example


Text Example

White with #D40C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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