Html Css Color HEX #D4125A Ruby

📋 copy color: '#D4125A'

red 212 ◦ green 18 ◦ blue 90

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

Shades of Ruby #D4125A

Tints of Ruby #D4125A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.13%

R = 66.25%
G = 5.63%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4125A (or 0xD4125A) is known color: Ruby. HEX triplet: D4, 12 and 5A. RGB value is (212,18,90). Sum of RGB (Red+Green+Blue) = 212+18+90=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D4125A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4125A is #2BEDA5. Grayscale: #545454. Windows color (decimal): -2878886 or 5903060. OLE color: 5903060.

HSL color Cylindrical-coordinate representation of color #D4125A: hue angle of 337.73º 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 #D4125A is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 18 90 -
CMYK 0 0.92 0.58 0.17
HSL 337.73º 0.84% 0.45% -
HSV(B) 337.73º 0.92% 0.83% -
XYZ 29.21 15.17 11.06 -
YUV 84.21 131.27 219.15 -
System Red Green Blue C M Y K H S L
Decimal 212 18 90 0 0.92 0.58 0.17 337.73 0.84 0.45
Hex D4 12 5A 0 5C 3A 11 152 54 2D
Octal 324 22 132 0 134 72 21 522 124 55
Binary 11010100 10010 1011010 0 1011100 111010 10001 101010010 1010100 101101

Color Harmonies of #D4125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4125A

Black with #D4125A

Text Example


Text Example

White with #D4125A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4125A; }

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

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

background-color css

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

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

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

border-color css

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

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

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