Html Css Color HEX #D3175F Ruby

📋 copy color: '#D3175F'

red 211 ◦ green 23 ◦ blue 95

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

Shades of Ruby #D3175F

Tints of Ruby #D3175F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.99%

 BLUE value IS 95 (37.5% from 255) = 28.88%

R = 64.13%
G = 6.99%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D3175F (or 0xD3175F) is known color: Ruby. HEX triplet: D3, 17 and 5F. RGB value is (211,23,95). Sum of RGB (Red+Green+Blue) = 211+23+95=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D3175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3175F is #2CE8A0. Grayscale: #575757. Windows color (decimal): -2943137 or 6232019. OLE color: 6232019.

HSL color Cylindrical-coordinate representation of color #D3175F: hue angle of 337.02º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D3175F is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 23 95 -
CMYK 0 0.89 0.55 0.17
HSL 337.02º 0.8% 0.46% -
HSV(B) 337.02º 0.89% 0.83% -
XYZ 29.24 15.29 12.24 -
YUV 87.42 132.28 216.15 -
System Red Green Blue C M Y K H S L
Decimal 211 23 95 0 0.89 0.55 0.17 337.02 0.8 0.46
Hex D3 17 5F 0 59 37 11 151 50 2E
Octal 323 27 137 0 131 67 21 521 120 56
Binary 11010011 10111 1011111 0 1011001 110111 10001 101010001 1010000 101110

Color Harmonies of #D3175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3175F

Black with #D3175F

Text Example


Text Example

White with #D3175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3175F; }

 p { color: rgb(211,23,95); }

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

background-color css

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

 a { background-color: rgb(211,23,95); }

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

border-color css

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

 span { border-color: rgb(211,23,95); }

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