Html Css Color HEX #CD1359 Ruby

📋 copy color: '#CD1359'

red 205 ◦ green 19 ◦ blue 89

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

Shades of Ruby #CD1359

Tints of Ruby #CD1359

RGB

 RED value IS 205 (80.47% from 255) = 65.5%

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

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

R = 65.5%
G = 6.07%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CD1359 (or 0xCD1359) is known color: Ruby. HEX triplet: CD, 13 and 59. RGB value is (205,19,89). Sum of RGB (Red+Green+Blue) = 205+19+89=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1359 is #32ECA6. Grayscale: #525252. Windows color (decimal): -3337383 or 5837773. OLE color: 5837773.

HSL color Cylindrical-coordinate representation of color #CD1359: hue angle of 337.42º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD1359 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 19 89 -
CMYK 0 0.91 0.57 0.20
HSL 337.42º 0.83% 0.44% -
HSV(B) 337.42º 0.91% 0.8% -
XYZ 27.21 14.17 10.75 -
YUV 82.59 131.62 215.31 -
System Red Green Blue C M Y K H S L
Decimal 205 19 89 0 0.91 0.57 0.20 337.42 0.83 0.44
Hex CD 13 59 0 5B 39 14 151 53 2C
Octal 315 23 131 0 133 71 24 521 123 54
Binary 11001101 10011 1011001 0 1011011 111001 10100 101010001 1010011 101100

Color Harmonies of #CD1359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1359

Black with #CD1359

Text Example


Text Example

White with #CD1359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1359; }

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

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

background-color css

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

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

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

border-color css

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

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

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