Html Css Color HEX #D9135B Ruby

📋 copy color: '#D9135B'

red 217 ◦ green 19 ◦ blue 91

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

Shades of Ruby #D9135B

Tints of Ruby #D9135B

RGB

 RED value IS 217 (85.16% from 255) = 66.36%

 GREEN value IS 19 (7.81% from 255) = 5.81%

 BLUE value IS 91 (35.94% from 255) = 27.83%

R = 66.36%
G = 5.81%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9135B (or 0xD9135B) is known color: Ruby. HEX triplet: D9, 13 and 5B. RGB value is (217,19,91). Sum of RGB (Red+Green+Blue) = 217+19+91=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D9135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9135B is #26ECA4. Grayscale: #565656. Windows color (decimal): -2550949 or 5968857. OLE color: 5968857.

HSL color Cylindrical-coordinate representation of color #D9135B: hue angle of 338.18º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9135B is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 19 91 -
CMYK 0 0.91 0.58 0.15
HSL 338.18º 0.84% 0.46% -
HSV(B) 338.18º 0.91% 0.85% -
XYZ 30.74 15.97 11.36 -
YUV 86.41 130.6 221.15 -
System Red Green Blue C M Y K H S L
Decimal 217 19 91 0 0.91 0.58 0.15 338.18 0.84 0.46
Hex D9 13 5B 0 5B 3A F 152 54 2E
Octal 331 23 133 0 133 72 17 522 124 56
Binary 11011001 10011 1011011 0 1011011 111010 1111 101010010 1010100 101110

Color Harmonies of #D9135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9135B

Black with #D9135B

Text Example


Text Example

White with #D9135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9135B; }

 p { color: rgb(217,19,91); }

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

background-color css

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

 a { background-color: rgb(217,19,91); }

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

border-color css

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

 span { border-color: rgb(217,19,91); }

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