Html Css Color HEX #D40F4F Ruby

📋 copy color: '#D40F4F'

red 212 ◦ green 15 ◦ blue 79

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

Shades of Ruby #D40F4F

Tints of Ruby #D40F4F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.9%

 BLUE value IS 79 (31.25% from 255) = 25.82%

R = 69.28%
G = 4.9%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D40F4F (or 0xD40F4F) is known color: Ruby. HEX triplet: D4, 0F and 4F. RGB value is (212,15,79). Sum of RGB (Red+Green+Blue) = 212+15+79=306 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.28% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 212 - color contains mainly: red. Hex color #D40F4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40F4F is #2BF0B0. Grayscale: #515151. Windows color (decimal): -2879665 or 5181396. OLE color: 5181396.

HSL color Cylindrical-coordinate representation of color #D40F4F: hue angle of 340.51º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40F4F is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 15 79 -
CMYK 0 0.93 0.63 0.17
HSL 340.51º 0.87% 0.45% -
HSV(B) 340.51º 0.93% 0.83% -
XYZ 28.73 14.9 8.76 -
YUV 81.2 126.77 221.3 -
System Red Green Blue C M Y K H S L
Decimal 212 15 79 0 0.93 0.63 0.17 340.51 0.87 0.45
Hex D4 F 4F 0 5D 3F 11 155 57 2D
Octal 324 17 117 0 135 77 21 525 127 55
Binary 11010100 1111 1001111 0 1011101 111111 10001 101010101 1010111 101101

Color Harmonies of #D40F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40F4F

Black with #D40F4F

Text Example


Text Example

White with #D40F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40F4F; }

 p { color: rgb(212,15,79); }

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

background-color css

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

 a { background-color: rgb(212,15,79); }

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

border-color css

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

 span { border-color: rgb(212,15,79); }

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