Html Css Color HEX #DF125E Ruby

📋 copy color: '#DF125E'

red 223 ◦ green 18 ◦ blue 94

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

Shades of Ruby #DF125E

Tints of Ruby #DF125E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.06%

R = 66.57%
G = 5.37%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF125E (or 0xDF125E) is known color: Ruby. HEX triplet: DF, 12 and 5E. RGB value is (223,18,94). Sum of RGB (Red+Green+Blue) = 223+18+94=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF125E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF125E is #20EDA1. Grayscale: #575757. Windows color (decimal): -2157986 or 6165215. OLE color: 6165215.

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

Color convert

RGB 223 18 94 -
CMYK 0 0.92 0.58 0.13
HSL 337.76º 0.85% 0.47% -
HSV(B) 337.76º 0.92% 0.87% -
XYZ 32.67 16.93 12.14 -
YUV 87.96 131.42 224.32 -
System Red Green Blue C M Y K H S L
Decimal 223 18 94 0 0.92 0.58 0.13 337.76 0.85 0.47
Hex DF 12 5E 0 5C 3A D 152 55 2F
Octal 337 22 136 0 134 72 15 522 125 57
Binary 11011111 10010 1011110 0 1011100 111010 1101 101010010 1010101 101111

Color Harmonies of #DF125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF125E

Black with #DF125E

Text Example


Text Example

White with #DF125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF125E; }

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

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

background-color css

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

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

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

border-color css

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

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

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