Html Css Color HEX #DC1874 Ruby

📋 copy color: '#DC1874'

red 220 ◦ green 24 ◦ blue 116

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

Shades of Ruby #DC1874

Tints of Ruby #DC1874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.67%

 BLUE value IS 116 (45.7% from 255) = 32.22%

R = 61.11%
G = 6.67%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC1874 (or 0xDC1874) is known color: Ruby. HEX triplet: DC, 18 and 74. RGB value is (220,24,116). Sum of RGB (Red+Green+Blue) = 220+24+116=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1874 is #23E78B. Grayscale: #5C5C5C. Windows color (decimal): -2353036 or 7608540. OLE color: 7608540.

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

Color convert

RGB 220 24 116 -
CMYK 0 0.89 0.47 0.14
HSL 331.84º 0.8% 0.48% -
HSV(B) 331.84º 0.89% 0.86% -
XYZ 32.99 17.13 18.09 -
YUV 93.09 140.93 218.52 -
System Red Green Blue C M Y K H S L
Decimal 220 24 116 0 0.89 0.47 0.14 331.84 0.8 0.48
Hex DC 18 74 0 59 2F E 14C 50 30
Octal 334 30 164 0 131 57 16 514 120 60
Binary 11011100 11000 1110100 0 1011001 101111 1110 101001100 1010000 110000

Color Harmonies of #DC1874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1874

Black with #DC1874

Text Example


Text Example

White with #DC1874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1874; }

 p { color: rgb(220,24,116); }

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

background-color css

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

 a { background-color: rgb(220,24,116); }

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

border-color css

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

 span { border-color: rgb(220,24,116); }

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