Html Css Color HEX #D40D55 Ruby

📋 copy color: '#D40D55'

red 212 ◦ green 13 ◦ blue 85

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

Shades of Ruby #D40D55

Tints of Ruby #D40D55

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.19%

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

R = 68.39%
G = 4.19%
B = 27.42%

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

#D40D55 (or 0xD40D55) is known color: Ruby. HEX triplet: D4, 0D and 55. RGB value is (212,13,85). Sum of RGB (Red+Green+Blue) = 212+13+85=310 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.39% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 212 - color contains mainly: red. Hex color #D40D55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40D55 is #2BF2AA. Grayscale: #505050. Windows color (decimal): -2880171 or 5574100. OLE color: 5574100.

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

Color convert

RGB 212 13 85 -
CMYK 0 0.94 0.60 0.17
HSL 338.29º 0.88% 0.44% -
HSV(B) 338.29º 0.94% 0.83% -
XYZ 28.94 14.94 9.95 -
YUV 80.71 130.43 221.65 -
System Red Green Blue C M Y K H S L
Decimal 212 13 85 0 0.94 0.60 0.17 338.29 0.88 0.44
Hex D4 D 55 0 5E 3C 11 152 58 2C
Octal 324 15 125 0 136 74 21 522 130 54
Binary 11010100 1101 1010101 0 1011110 111100 10001 101010010 1011000 101100

Color Harmonies of #D40D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40D55

Black with #D40D55

Text Example


Text Example

White with #D40D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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