Html Css Color HEX #DF125A Ruby

📋 copy color: '#DF125A'

red 223 ◦ green 18 ◦ blue 90

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

Shades of Ruby #DF125A

Tints of Ruby #DF125A

RGB

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

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

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

R = 67.37%
G = 5.44%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF125A (or 0xDF125A) is known color: Ruby. HEX triplet: DF, 12 and 5A. RGB value is (223,18,90). Sum of RGB (Red+Green+Blue) = 223+18+90=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF125A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF125A is #20EDA5. Grayscale: #575757. Windows color (decimal): -2157990 or 5903071. OLE color: 5903071.

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

Color convert

RGB 223 18 90 -
CMYK 0 0.92 0.60 0.13
HSL 338.93º 0.85% 0.47% -
HSV(B) 338.93º 0.92% 0.87% -
XYZ 32.49 16.86 11.21 -
YUV 87.5 129.42 224.65 -
System Red Green Blue C M Y K H S L
Decimal 223 18 90 0 0.92 0.60 0.13 338.93 0.85 0.47
Hex DF 12 5A 0 5C 3C D 153 55 2F
Octal 337 22 132 0 134 74 15 523 125 57
Binary 11011111 10010 1011010 0 1011100 111100 1101 101010011 1010101 101111

Color Harmonies of #DF125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF125A

Black with #DF125A

Text Example


Text Example

White with #DF125A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF125A; }

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

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

background-color css

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

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

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

border-color css

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

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

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