Html Css Color HEX #D40C6F Ruby

📋 copy color: '#D40C6F'

red 212 ◦ green 12 ◦ blue 111

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

Shades of Ruby #D40C6F

Tints of Ruby #D40C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.13%

R = 63.28%
G = 3.58%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D40C6F (or 0xD40C6F) is known color: Ruby. HEX triplet: D4, 0C and 6F. RGB value is (212,12,111). Sum of RGB (Red+Green+Blue) = 212+12+111=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40C6F is #2BF390. Grayscale: #525252. Windows color (decimal): -2880401 or 7277780. OLE color: 7277780.

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

Color convert

RGB 212 12 111 -
CMYK 0 0.94 0.48 0.17
HSL 330.3º 0.89% 0.44% -
HSV(B) 330.3º 0.94% 0.83% -
XYZ 30.15 15.41 16.42 -
YUV 83.09 143.76 219.95 -
System Red Green Blue C M Y K H S L
Decimal 212 12 111 0 0.94 0.48 0.17 330.3 0.89 0.44
Hex D4 C 6F 0 5E 30 11 14A 59 2C
Octal 324 14 157 0 136 60 21 512 131 54
Binary 11010100 1100 1101111 0 1011110 110000 10001 101001010 1011001 101100

Color Harmonies of #D40C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40C6F

Black with #D40C6F

Text Example


Text Example

White with #D40C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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