Html Css Color HEX #DC1C54 Ruby

📋 copy color: '#DC1C54'

red 220 ◦ green 28 ◦ blue 84

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

Shades of Ruby #DC1C54

Tints of Ruby #DC1C54

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.43%

 BLUE value IS 84 (33.2% from 255) = 25.3%

R = 66.27%
G = 8.43%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC1C54 (or 0xDC1C54) is known color: Ruby. HEX triplet: DC, 1C and 54. RGB value is (220,28,84). Sum of RGB (Red+Green+Blue) = 220+28+84=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1C54 is #23E3AB. Grayscale: #5B5B5B. Windows color (decimal): -2352044 or 5512412. OLE color: 5512412.

HSL color Cylindrical-coordinate representation of color #DC1C54: hue angle of 342.5º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1C54 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 28 84 -
CMYK 0 0.87 0.62 0.14
HSL 342.5º 0.77% 0.49% -
HSV(B) 342.5º 0.87% 0.86% -
XYZ 31.53 16.69 9.95 -
YUV 91.79 123.61 219.45 -
System Red Green Blue C M Y K H S L
Decimal 220 28 84 0 0.87 0.62 0.14 342.5 0.77 0.49
Hex DC 1C 54 0 57 3E E 156 4D 31
Octal 334 34 124 0 127 76 16 526 115 61
Binary 11011100 11100 1010100 0 1010111 111110 1110 101010110 1001101 110001

Color Harmonies of #DC1C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1C54

Black with #DC1C54

Text Example


Text Example

White with #DC1C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1C54; }

 p { color: rgb(220,28,84); }

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

background-color css

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

 a { background-color: rgb(220,28,84); }

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

border-color css

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

 span { border-color: rgb(220,28,84); }

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