Html Css Color HEX #D3114F Ruby

📋 copy color: '#D3114F'

red 211 ◦ green 17 ◦ blue 79

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

Shades of Ruby #D3114F

Tints of Ruby #D3114F

RGB

 RED value IS 211 (82.81% from 255) = 68.73%

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

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

R = 68.73%
G = 5.54%
B = 25.73%

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

#D3114F (or 0xD3114F) is known color: Ruby. HEX triplet: D3, 11 and 4F. RGB value is (211,17,79). Sum of RGB (Red+Green+Blue) = 211+17+79=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D3114F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3114F is #2CEEB0. Grayscale: #525252. Windows color (decimal): -2944689 or 5181907. OLE color: 5181907.

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

Color convert

RGB 211 17 79 -
CMYK 0 0.92 0.63 0.17
HSL 340.82º 0.85% 0.45% -
HSV(B) 340.82º 0.92% 0.83% -
XYZ 28.48 14.81 8.76 -
YUV 82.07 126.27 219.96 -
System Red Green Blue C M Y K H S L
Decimal 211 17 79 0 0.92 0.63 0.17 340.82 0.85 0.45
Hex D3 11 4F 0 5C 3F 11 155 55 2D
Octal 323 21 117 0 134 77 21 525 125 55
Binary 11010011 10001 1001111 0 1011100 111111 10001 101010101 1010101 101101

Color Harmonies of #D3114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3114F

Black with #D3114F

Text Example


Text Example

White with #D3114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3114F; }

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

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

background-color css

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

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

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

border-color css

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

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

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