Html Css Color HEX #DF125D Ruby

📋 copy color: '#DF125D'

red 223 ◦ green 18 ◦ blue 93

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

Shades of Ruby #DF125D

Tints of Ruby #DF125D

RGB

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

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

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

R = 66.77%
G = 5.39%
B = 27.84%

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

#DF125D (or 0xDF125D) is known color: Ruby. HEX triplet: DF, 12 and 5D. RGB value is (223,18,93). Sum of RGB (Red+Green+Blue) = 223+18+93=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF125D is #20EDA2. Grayscale: #575757. Windows color (decimal): -2157987 or 6099679. OLE color: 6099679.

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

Color convert

RGB 223 18 93 -
CMYK 0 0.92 0.58 0.13
HSL 338.05º 0.85% 0.47% -
HSV(B) 338.05º 0.92% 0.87% -
XYZ 32.62 16.91 11.9 -
YUV 87.85 130.92 224.4 -
System Red Green Blue C M Y K H S L
Decimal 223 18 93 0 0.92 0.58 0.13 338.05 0.85 0.47
Hex DF 12 5D 0 5C 3A D 152 55 2F
Octal 337 22 135 0 134 72 15 522 125 57
Binary 11011111 10010 1011101 0 1011100 111010 1101 101010010 1010101 101111

Color Harmonies of #DF125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF125D

Black with #DF125D

Text Example


Text Example

White with #DF125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF125D; }

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

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

background-color css

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

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

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

border-color css

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

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

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