Html Css Color HEX #DC1359 Ruby

📋 copy color: '#DC1359'

red 220 ◦ green 19 ◦ blue 89

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

Shades of Ruby #DC1359

Tints of Ruby #DC1359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.13%

R = 67.07%
G = 5.79%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC1359 (or 0xDC1359) is known color: Ruby. HEX triplet: DC, 13 and 59. RGB value is (220,19,89). Sum of RGB (Red+Green+Blue) = 220+19+89=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1359 is #23ECA6. Grayscale: #575757. Windows color (decimal): -2354343 or 5837788. OLE color: 5837788.

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

Color convert

RGB 220 19 89 -
CMYK 0 0.91 0.60 0.14
HSL 339.1º 0.84% 0.47% -
HSV(B) 339.1º 0.91% 0.86% -
XYZ 31.55 16.4 10.95 -
YUV 87.08 129.09 222.81 -
System Red Green Blue C M Y K H S L
Decimal 220 19 89 0 0.91 0.60 0.14 339.1 0.84 0.47
Hex DC 13 59 0 5B 3C E 153 54 2F
Octal 334 23 131 0 133 74 16 523 124 57
Binary 11011100 10011 1011001 0 1011011 111100 1110 101010011 1010100 101111

Color Harmonies of #DC1359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1359

Black with #DC1359

Text Example


Text Example

White with #DC1359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1359; }

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

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

background-color css

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

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

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

border-color css

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

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

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