Html Css Color HEX #DC1951 Ruby

📋 copy color: '#DC1951'

red 220 ◦ green 25 ◦ blue 81

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

Shades of Ruby #DC1951

Tints of Ruby #DC1951

RGB

 RED value IS 220 (86.33% from 255) = 67.48%

 GREEN value IS 25 (10.16% from 255) = 7.67%

 BLUE value IS 81 (32.03% from 255) = 24.85%

R = 67.48%
G = 7.67%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC1951 (or 0xDC1951) is known color: Ruby. HEX triplet: DC, 19 and 51. RGB value is (220,25,81). Sum of RGB (Red+Green+Blue) = 220+25+81=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1951 is #23E6AE. Grayscale: #595959. Windows color (decimal): -2352815 or 5315036. OLE color: 5315036.

HSL color Cylindrical-coordinate representation of color #DC1951: hue angle of 342.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1951 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 25 81 -
CMYK 0 0.89 0.63 0.14
HSL 342.77º 0.8% 0.48% -
HSV(B) 342.77º 0.89% 0.86% -
XYZ 31.35 16.5 9.32 -
YUV 89.69 123.1 220.95 -
System Red Green Blue C M Y K H S L
Decimal 220 25 81 0 0.89 0.63 0.14 342.77 0.8 0.48
Hex DC 19 51 0 59 3F E 157 50 30
Octal 334 31 121 0 131 77 16 527 120 60
Binary 11011100 11001 1010001 0 1011001 111111 1110 101010111 1010000 110000

Color Harmonies of #DC1951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1951

Black with #DC1951

Text Example


Text Example

White with #DC1951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1951; }

 p { color: rgb(220,25,81); }

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

background-color css

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

 a { background-color: rgb(220,25,81); }

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

border-color css

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

 span { border-color: rgb(220,25,81); }

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