Html Css Color HEX #DC1360 Ruby

📋 copy color: '#DC1360'

red 220 ◦ green 19 ◦ blue 96

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

Shades of Ruby #DC1360

Tints of Ruby #DC1360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.67%

 BLUE value IS 96 (37.89% from 255) = 28.66%

R = 65.67%
G = 5.67%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC1360 (or 0xDC1360) is known color: Ruby. HEX triplet: DC, 13 and 60. RGB value is (220,19,96). Sum of RGB (Red+Green+Blue) = 220+19+96=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1360 is #23EC9F. Grayscale: #575757. Windows color (decimal): -2354336 or 6296540. OLE color: 6296540.

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

Color convert

RGB 220 19 96 -
CMYK 0 0.91 0.56 0.14
HSL 337.01º 0.84% 0.47% -
HSV(B) 337.01º 0.91% 0.86% -
XYZ 31.86 16.53 12.58 -
YUV 87.88 132.59 222.24 -
System Red Green Blue C M Y K H S L
Decimal 220 19 96 0 0.91 0.56 0.14 337.01 0.84 0.47
Hex DC 13 60 0 5B 38 E 151 54 2F
Octal 334 23 140 0 133 70 16 521 124 57
Binary 11011100 10011 1100000 0 1011011 111000 1110 101010001 1010100 101111

Color Harmonies of #DC1360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1360

Black with #DC1360

Text Example


Text Example

White with #DC1360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1360; }

 p { color: rgb(220,19,96); }

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

background-color css

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

 a { background-color: rgb(220,19,96); }

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

border-color css

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

 span { border-color: rgb(220,19,96); }

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