Html Css Color HEX #CA1553 Ruby

📋 copy color: '#CA1553'

red 202 ◦ green 21 ◦ blue 83

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

Shades of Ruby #CA1553

Tints of Ruby #CA1553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.12%

R = 66.01%
G = 6.86%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA1553 (or 0xCA1553) is known color: Ruby. HEX triplet: CA, 15 and 53. RGB value is (202,21,83). Sum of RGB (Red+Green+Blue) = 202+21+83=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1553 is #35EAAC. Grayscale: #525252. Windows color (decimal): -3533485 or 5445066. OLE color: 5445066.

HSL color Cylindrical-coordinate representation of color #CA1553: hue angle of 339.45º 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 #CA1553 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 21 83 -
CMYK 0 0.90 0.59 0.21
HSL 339.45º 0.81% 0.44% -
HSV(B) 339.45º 0.9% 0.79% -
XYZ 26.19 13.72 9.45 -
YUV 82.19 128.47 213.46 -
System Red Green Blue C M Y K H S L
Decimal 202 21 83 0 0.90 0.59 0.21 339.45 0.81 0.44
Hex CA 15 53 0 5A 3B 15 153 51 2C
Octal 312 25 123 0 132 73 25 523 121 54
Binary 11001010 10101 1010011 0 1011010 111011 10101 101010011 1010001 101100

Color Harmonies of #CA1553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1553

Black with #CA1553

Text Example


Text Example

White with #CA1553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1553; }

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

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

background-color css

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

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

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

border-color css

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

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

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