Html Css Color HEX #D1125F Ruby

📋 copy color: '#D1125F'

red 209 ◦ green 18 ◦ blue 95

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

Shades of Ruby #D1125F

Tints of Ruby #D1125F

RGB

 RED value IS 209 (82.03% from 255) = 64.91%

 GREEN value IS 18 (7.42% from 255) = 5.59%

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

R = 64.91%
G = 5.59%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1125F (or 0xD1125F) is known color: Ruby. HEX triplet: D1, 12 and 5F. RGB value is (209,18,95). Sum of RGB (Red+Green+Blue) = 209+18+95=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D1125F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1125F is #2EEDA0. Grayscale: #535353. Windows color (decimal): -3075489 or 6230737. OLE color: 6230737.

HSL color Cylindrical-coordinate representation of color #D1125F: hue angle of 335.81º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1125F is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 18 95 -
CMYK 0 0.91 0.55 0.18
HSL 335.81º 0.84% 0.45% -
HSV(B) 335.81º 0.91% 0.82% -
XYZ 28.58 14.81 12.18 -
YUV 83.89 134.28 217.24 -
System Red Green Blue C M Y K H S L
Decimal 209 18 95 0 0.91 0.55 0.18 335.81 0.84 0.45
Hex D1 12 5F 0 5B 37 12 150 54 2D
Octal 321 22 137 0 133 67 22 520 124 55
Binary 11010001 10010 1011111 0 1011011 110111 10010 101010000 1010100 101101

Color Harmonies of #D1125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1125F

Black with #D1125F

Text Example


Text Example

White with #D1125F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1125F; }

 p { color: rgb(209,18,95); }

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

background-color css

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

 a { background-color: rgb(209,18,95); }

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

border-color css

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

 span { border-color: rgb(209,18,95); }

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