Html Css Color HEX #DF125C Ruby

📋 copy color: '#DF125C'

red 223 ◦ green 18 ◦ blue 92

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

Shades of Ruby #DF125C

Tints of Ruby #DF125C

RGB

 RED value IS 223 (87.5% from 255) = 66.97%

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

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

R = 66.97%
G = 5.41%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF125C (or 0xDF125C) is known color: Ruby. HEX triplet: DF, 12 and 5C. RGB value is (223,18,92). Sum of RGB (Red+Green+Blue) = 223+18+92=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF125C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF125C is #20EDA3. Grayscale: #575757. Windows color (decimal): -2157988 or 6034143. OLE color: 6034143.

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

Color convert

RGB 223 18 92 -
CMYK 0 0.92 0.59 0.13
HSL 338.34º 0.85% 0.47% -
HSV(B) 338.34º 0.92% 0.87% -
XYZ 32.58 16.89 11.67 -
YUV 87.73 130.42 224.48 -
System Red Green Blue C M Y K H S L
Decimal 223 18 92 0 0.92 0.59 0.13 338.34 0.85 0.47
Hex DF 12 5C 0 5C 3B D 152 55 2F
Octal 337 22 134 0 134 73 15 522 125 57
Binary 11011111 10010 1011100 0 1011100 111011 1101 101010010 1010101 101111

Color Harmonies of #DF125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF125C

Black with #DF125C

Text Example


Text Example

White with #DF125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF125C; }

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

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

background-color css

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

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

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

border-color css

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

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

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