Html Css Color HEX #D1125C Ruby

📋 copy color: '#D1125C'

red 209 ◦ green 18 ◦ blue 92

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

Shades of Ruby #D1125C

Tints of Ruby #D1125C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.84%

R = 65.52%
G = 5.64%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1125C (or 0xD1125C) is known color: Ruby. HEX triplet: D1, 12 and 5C. RGB value is (209,18,92). Sum of RGB (Red+Green+Blue) = 209+18+92=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D1125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1125C is #2EEDA3. Grayscale: #535353. Windows color (decimal): -3075492 or 6034129. OLE color: 6034129.

HSL color Cylindrical-coordinate representation of color #D1125C: hue angle of 336.75º 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 #D1125C is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 18 92 -
CMYK 0 0.91 0.56 0.18
HSL 336.75º 0.84% 0.45% -
HSV(B) 336.75º 0.91% 0.82% -
XYZ 28.44 14.76 11.48 -
YUV 83.55 132.78 217.48 -
System Red Green Blue C M Y K H S L
Decimal 209 18 92 0 0.91 0.56 0.18 336.75 0.84 0.45
Hex D1 12 5C 0 5B 38 12 151 54 2D
Octal 321 22 134 0 133 70 22 521 124 55
Binary 11010001 10010 1011100 0 1011011 111000 10010 101010001 1010100 101101

Color Harmonies of #D1125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1125C

Black with #D1125C

Text Example


Text Example

White with #D1125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1125C; }

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

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

background-color css

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

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

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

border-color css

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

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

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