Html Css Color HEX #DC125F Ruby

📋 copy color: '#DC125F'

red 220 ◦ green 18 ◦ blue 95

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

Shades of Ruby #DC125F

Tints of Ruby #DC125F

RGB

 RED value IS 220 (86.33% from 255) = 66.07%

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

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

R = 66.07%
G = 5.41%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC125F (or 0xDC125F) is known color: Ruby. HEX triplet: DC, 12 and 5F. RGB value is (220,18,95). Sum of RGB (Red+Green+Blue) = 220+18+95=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC125F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC125F is #23EDA0. Grayscale: #575757. Windows color (decimal): -2354593 or 6230748. OLE color: 6230748.

HSL color Cylindrical-coordinate representation of color #DC125F: hue angle of 337.13º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC125F is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 18 95 -
CMYK 0 0.92 0.57 0.14
HSL 337.13º 0.85% 0.47% -
HSV(B) 337.13º 0.92% 0.86% -
XYZ 31.8 16.47 12.33 -
YUV 87.18 132.42 222.74 -
System Red Green Blue C M Y K H S L
Decimal 220 18 95 0 0.92 0.57 0.14 337.13 0.85 0.47
Hex DC 12 5F 0 5C 39 E 151 55 2F
Octal 334 22 137 0 134 71 16 521 125 57
Binary 11011100 10010 1011111 0 1011100 111001 1110 101010001 1010101 101111

Color Harmonies of #DC125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC125F

Black with #DC125F

Text Example


Text Example

White with #DC125F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC125F; }

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

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

background-color css

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

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

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

border-color css

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

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

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