Html Css Color HEX #D3164F Ruby

📋 copy color: '#D3164F'

red 211 ◦ green 22 ◦ blue 79

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

Shades of Ruby #D3164F

Tints of Ruby #D3164F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.05%

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

R = 67.63%
G = 7.05%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D3164F (or 0xD3164F) is known color: Ruby. HEX triplet: D3, 16 and 4F. RGB value is (211,22,79). Sum of RGB (Red+Green+Blue) = 211+22+79=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D3164F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3164F is #2CE9B0. Grayscale: #545454. Windows color (decimal): -2943409 or 5183187. OLE color: 5183187.

HSL color Cylindrical-coordinate representation of color #D3164F: hue angle of 341.9º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3164F is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 22 79 -
CMYK 0 0.90 0.63 0.17
HSL 341.9º 0.81% 0.46% -
HSV(B) 341.9º 0.9% 0.83% -
XYZ 28.56 14.99 8.78 -
YUV 85.01 124.62 217.87 -
System Red Green Blue C M Y K H S L
Decimal 211 22 79 0 0.90 0.63 0.17 341.9 0.81 0.46
Hex D3 16 4F 0 5A 3F 11 156 51 2E
Octal 323 26 117 0 132 77 21 526 121 56
Binary 11010011 10110 1001111 0 1011010 111111 10001 101010110 1010001 101110

Color Harmonies of #D3164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3164F

Black with #D3164F

Text Example


Text Example

White with #D3164F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3164F; }

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

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

background-color css

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

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

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

border-color css

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

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

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