Html Css Color HEX #CA1559 Ruby

📋 copy color: '#CA1559'

red 202 ◦ green 21 ◦ blue 89

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

Shades of Ruby #CA1559

Tints of Ruby #CA1559

RGB

 RED value IS 202 (79.3% from 255) = 64.74%

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

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

R = 64.74%
G = 6.73%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA1559 (or 0xCA1559) is known color: Ruby. HEX triplet: CA, 15 and 59. RGB value is (202,21,89). Sum of RGB (Red+Green+Blue) = 202+21+89=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1559 is #35EAA6. Grayscale: #525252. Windows color (decimal): -3533479 or 5838282. OLE color: 5838282.

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

Color convert

RGB 202 21 89 -
CMYK 0 0.90 0.56 0.21
HSL 337.46º 0.81% 0.44% -
HSV(B) 337.46º 0.9% 0.79% -
XYZ 26.43 13.81 10.72 -
YUV 82.87 131.47 212.97 -
System Red Green Blue C M Y K H S L
Decimal 202 21 89 0 0.90 0.56 0.21 337.46 0.81 0.44
Hex CA 15 59 0 5A 38 15 151 51 2C
Octal 312 25 131 0 132 70 25 521 121 54
Binary 11001010 10101 1011001 0 1011010 111000 10101 101010001 1010001 101100

Color Harmonies of #CA1559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1559

Black with #CA1559

Text Example


Text Example

White with #CA1559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1559; }

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

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

background-color css

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

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

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

border-color css

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

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

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