Html Css Color HEX #DC1954 Ruby

📋 copy color: '#DC1954'

red 220 ◦ green 25 ◦ blue 84

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

Shades of Ruby #DC1954

Tints of Ruby #DC1954

RGB

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

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

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

R = 66.87%
G = 7.6%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC1954 (or 0xDC1954) is known color: Ruby. HEX triplet: DC, 19 and 54. RGB value is (220,25,84). Sum of RGB (Red+Green+Blue) = 220+25+84=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1954 is #23E6AB. Grayscale: #595959. Windows color (decimal): -2352812 or 5511644. OLE color: 5511644.

HSL color Cylindrical-coordinate representation of color #DC1954: hue angle of 341.85º 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 #DC1954 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 25 84 -
CMYK 0 0.89 0.62 0.14
HSL 341.85º 0.8% 0.48% -
HSV(B) 341.85º 0.89% 0.86% -
XYZ 31.46 16.55 9.92 -
YUV 90.03 124.6 220.7 -
System Red Green Blue C M Y K H S L
Decimal 220 25 84 0 0.89 0.62 0.14 341.85 0.8 0.48
Hex DC 19 54 0 59 3E E 156 50 30
Octal 334 31 124 0 131 76 16 526 120 60
Binary 11011100 11001 1010100 0 1011001 111110 1110 101010110 1010000 110000

Color Harmonies of #DC1954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1954

Black with #DC1954

Text Example


Text Example

White with #DC1954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1954; }

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

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

background-color css

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

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

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

border-color css

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

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

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