Html Css Color HEX #DA1550 Ruby

📋 copy color: '#DA1550'

red 218 ◦ green 21 ◦ blue 80

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

Shades of Ruby #DA1550

Tints of Ruby #DA1550

RGB

 RED value IS 218 (85.55% from 255) = 68.34%

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

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

R = 68.34%
G = 6.58%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA1550 (or 0xDA1550) is known color: Ruby. HEX triplet: DA, 15 and 50. RGB value is (218,21,80). Sum of RGB (Red+Green+Blue) = 218+21+80=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1550 is #25EAAF. Grayscale: #565656. Windows color (decimal): -2484912 or 5248474. OLE color: 5248474.

HSL color Cylindrical-coordinate representation of color #DA1550: hue angle of 342.03º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1550 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 21 80 -
CMYK 0 0.90 0.63 0.15
HSL 342.03º 0.82% 0.47% -
HSV(B) 342.03º 0.9% 0.85% -
XYZ 30.63 16.02 9.07 -
YUV 86.63 124.27 221.7 -
System Red Green Blue C M Y K H S L
Decimal 218 21 80 0 0.90 0.63 0.15 342.03 0.82 0.47
Hex DA 15 50 0 5A 3F F 156 52 2F
Octal 332 25 120 0 132 77 17 526 122 57
Binary 11011010 10101 1010000 0 1011010 111111 1111 101010110 1010010 101111

Color Harmonies of #DA1550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1550

Black with #DA1550

Text Example


Text Example

White with #DA1550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1550; }

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

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

background-color css

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

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

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

border-color css

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

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

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