Html Css Color HEX #DF1550 Ruby

📋 copy color: '#DF1550'

red 223 ◦ green 21 ◦ blue 80

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

Shades of Ruby #DF1550

Tints of Ruby #DF1550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.48%

 BLUE value IS 80 (31.64% from 255) = 24.69%

R = 68.83%
G = 6.48%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF1550 (or 0xDF1550) is known color: Ruby. HEX triplet: DF, 15 and 50. RGB value is (223,21,80). Sum of RGB (Red+Green+Blue) = 223+21+80=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1550 is #20EAAF. Grayscale: #585858. Windows color (decimal): -2157232 or 5248479. OLE color: 5248479.

HSL color Cylindrical-coordinate representation of color #DF1550: hue angle of 342.48º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF1550 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 21 80 -
CMYK 0 0.91 0.64 0.13
HSL 342.48º 0.83% 0.48% -
HSV(B) 342.48º 0.91% 0.87% -
XYZ 32.15 16.8 9.14 -
YUV 88.12 123.42 224.2 -
System Red Green Blue C M Y K H S L
Decimal 223 21 80 0 0.91 0.64 0.13 342.48 0.83 0.48
Hex DF 15 50 0 5B 40 D 156 53 30
Octal 337 25 120 0 133 100 15 526 123 60
Binary 11011111 10101 1010000 0 1011011 1000000 1101 101010110 1010011 110000

Color Harmonies of #DF1550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1550

Black with #DF1550

Text Example


Text Example

White with #DF1550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1550; }

 p { color: rgb(223,21,80); }

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

background-color css

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

 a { background-color: rgb(223,21,80); }

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

border-color css

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

 span { border-color: rgb(223,21,80); }

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