Html Css Color HEX #DC1251 Ruby

📋 copy color: '#DC1251'

red 220 ◦ green 18 ◦ blue 81

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

Shades of Ruby #DC1251

Tints of Ruby #DC1251

RGB

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

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

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

R = 68.97%
G = 5.64%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC1251 (or 0xDC1251) is known color: Ruby. HEX triplet: DC, 12 and 51. RGB value is (220,18,81). Sum of RGB (Red+Green+Blue) = 220+18+81=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1251 is #23EDAE. Grayscale: #555555. Windows color (decimal): -2354607 or 5313244. OLE color: 5313244.

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

Color convert

RGB 220 18 81 -
CMYK 0 0.92 0.63 0.14
HSL 341.29º 0.85% 0.47% -
HSV(B) 341.29º 0.92% 0.86% -
XYZ 31.22 16.24 9.27 -
YUV 85.58 125.42 223.88 -
System Red Green Blue C M Y K H S L
Decimal 220 18 81 0 0.92 0.63 0.14 341.29 0.85 0.47
Hex DC 12 51 0 5C 3F E 155 55 2F
Octal 334 22 121 0 134 77 16 525 125 57
Binary 11011100 10010 1010001 0 1011100 111111 1110 101010101 1010101 101111

Color Harmonies of #DC1251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1251

Black with #DC1251

Text Example


Text Example

White with #DC1251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1251; }

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

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

background-color css

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

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

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

border-color css

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

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

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