Html Css Color HEX #DF1A56 Ruby

📋 copy color: '#DF1A56'

red 223 ◦ green 26 ◦ blue 86

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

Shades of Ruby #DF1A56

Tints of Ruby #DF1A56

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.76%

 BLUE value IS 86 (33.98% from 255) = 25.67%

R = 66.57%
G = 7.76%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DF1A56 (or 0xDF1A56) is known color: Ruby. HEX triplet: DF, 1A and 56. RGB value is (223,26,86). Sum of RGB (Red+Green+Blue) = 223+26+86=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF1A56 is #20E5A9. Grayscale: #5B5B5B. Windows color (decimal): -2155946 or 5642975. OLE color: 5642975.

HSL color Cylindrical-coordinate representation of color #DF1A56: hue angle of 341.73º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1A56 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 26 86 -
CMYK 0 0.88 0.61 0.13
HSL 341.73º 0.79% 0.49% -
HSV(B) 341.73º 0.88% 0.87% -
XYZ 32.48 17.1 10.39 -
YUV 91.74 124.77 221.62 -
System Red Green Blue C M Y K H S L
Decimal 223 26 86 0 0.88 0.61 0.13 341.73 0.79 0.49
Hex DF 1A 56 0 58 3D D 156 4F 31
Octal 337 32 126 0 130 75 15 526 117 61
Binary 11011111 11010 1010110 0 1011000 111101 1101 101010110 1001111 110001

Color Harmonies of #DF1A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1A56

Black with #DF1A56

Text Example


Text Example

White with #DF1A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1A56; }

 p { color: rgb(223,26,86); }

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

background-color css

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

 a { background-color: rgb(223,26,86); }

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

border-color css

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

 span { border-color: rgb(223,26,86); }

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