Html Css Color HEX #DC1356 Ruby

📋 copy color: '#DC1356'

red 220 ◦ green 19 ◦ blue 86

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

Shades of Ruby #DC1356

Tints of Ruby #DC1356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.46%

R = 67.69%
G = 5.85%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC1356 (or 0xDC1356) is known color: Ruby. HEX triplet: DC, 13 and 56. RGB value is (220,19,86). Sum of RGB (Red+Green+Blue) = 220+19+86=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1356 is #23ECA9. Grayscale: #565656. Windows color (decimal): -2354346 or 5641180. OLE color: 5641180.

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

Color convert

RGB 220 19 86 -
CMYK 0 0.91 0.61 0.14
HSL 340º 0.84% 0.47% -
HSV(B) 340º 0.91% 0.86% -
XYZ 31.43 16.35 10.3 -
YUV 86.74 127.59 223.05 -
System Red Green Blue C M Y K H S L
Decimal 220 19 86 0 0.91 0.61 0.14 340 0.84 0.47
Hex DC 13 56 0 5B 3D E 154 54 2F
Octal 334 23 126 0 133 75 16 524 124 57
Binary 11011100 10011 1010110 0 1011011 111101 1110 101010100 1010100 101111

Color Harmonies of #DC1356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1356

Black with #DC1356

Text Example


Text Example

White with #DC1356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1356; }

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

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

background-color css

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

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

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

border-color css

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

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

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