Html Css Color HEX #D4114F Ruby

📋 copy color: '#D4114F'

red 212 ◦ green 17 ◦ blue 79

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

Shades of Ruby #D4114F

Tints of Ruby #D4114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.52%

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

R = 68.83%
G = 5.52%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D4114F (or 0xD4114F) is known color: Ruby. HEX triplet: D4, 11 and 4F. RGB value is (212,17,79). Sum of RGB (Red+Green+Blue) = 212+17+79=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D4114F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4114F is #2BEEB0. Grayscale: #525252. Windows color (decimal): -2879153 or 5181908. OLE color: 5181908.

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

Color convert

RGB 212 17 79 -
CMYK 0 0.92 0.63 0.17
HSL 340.92º 0.85% 0.45% -
HSV(B) 340.92º 0.92% 0.83% -
XYZ 28.76 14.96 8.77 -
YUV 82.37 126.1 220.46 -
System Red Green Blue C M Y K H S L
Decimal 212 17 79 0 0.92 0.63 0.17 340.92 0.85 0.45
Hex D4 11 4F 0 5C 3F 11 155 55 2D
Octal 324 21 117 0 134 77 21 525 125 55
Binary 11010100 10001 1001111 0 1011100 111111 10001 101010101 1010101 101101

Color Harmonies of #D4114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4114F

Black with #D4114F

Text Example


Text Example

White with #D4114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4114F; }

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

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

background-color css

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

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

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

border-color css

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

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

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