Html Css Color HEX #CD1559 Ruby

📋 copy color: '#CD1559'

red 205 ◦ green 21 ◦ blue 89

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

Shades of Ruby #CD1559

Tints of Ruby #CD1559

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.67%

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

R = 65.08%
G = 6.67%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CD1559 (or 0xCD1559) is known color: Ruby. HEX triplet: CD, 15 and 59. RGB value is (205,21,89). Sum of RGB (Red+Green+Blue) = 205+21+89=315 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.08% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1559 is #32EAA6. Grayscale: #535353. Windows color (decimal): -3336871 or 5838285. OLE color: 5838285.

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

Color convert

RGB 205 21 89 -
CMYK 0 0.90 0.57 0.20
HSL 337.83º 0.81% 0.44% -
HSV(B) 337.83º 0.9% 0.8% -
XYZ 27.25 14.24 10.76 -
YUV 83.77 130.96 214.47 -
System Red Green Blue C M Y K H S L
Decimal 205 21 89 0 0.90 0.57 0.20 337.83 0.81 0.44
Hex CD 15 59 0 5A 39 14 152 51 2C
Octal 315 25 131 0 132 71 24 522 121 54
Binary 11001101 10101 1011001 0 1011010 111001 10100 101010010 1010001 101100

Color Harmonies of #CD1559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1559

Black with #CD1559

Text Example


Text Example

White with #CD1559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1559; }

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

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

background-color css

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

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

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

border-color css

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

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

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