Html Css Color HEX #D4125D Ruby

📋 copy color: '#D4125D'

red 212 ◦ green 18 ◦ blue 93

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

Shades of Ruby #D4125D

Tints of Ruby #D4125D

RGB

 RED value IS 212 (83.2% from 255) = 65.63%

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

 BLUE value IS 93 (36.72% from 255) = 28.79%

R = 65.63%
G = 5.57%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4125D (or 0xD4125D) is known color: Ruby. HEX triplet: D4, 12 and 5D. RGB value is (212,18,93). Sum of RGB (Red+Green+Blue) = 212+18+93=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D4125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4125D is #2BEDA2. Grayscale: #545454. Windows color (decimal): -2878883 or 6099668. OLE color: 6099668.

HSL color Cylindrical-coordinate representation of color #D4125D: hue angle of 336.8º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4125D is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 18 93 -
CMYK 0 0.92 0.56 0.17
HSL 336.8º 0.84% 0.45% -
HSV(B) 336.8º 0.92% 0.83% -
XYZ 29.34 15.22 11.75 -
YUV 84.56 132.77 218.9 -
System Red Green Blue C M Y K H S L
Decimal 212 18 93 0 0.92 0.56 0.17 336.8 0.84 0.45
Hex D4 12 5D 0 5C 38 11 151 54 2D
Octal 324 22 135 0 134 70 21 521 124 55
Binary 11010100 10010 1011101 0 1011100 111000 10001 101010001 1010100 101101

Color Harmonies of #D4125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4125D

Black with #D4125D

Text Example


Text Example

White with #D4125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4125D; }

 p { color: rgb(212,18,93); }

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

background-color css

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

 a { background-color: rgb(212,18,93); }

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

border-color css

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

 span { border-color: rgb(212,18,93); }

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