Html Css Color HEX #CA1355 Ruby

📋 copy color: '#CA1355'

red 202 ◦ green 19 ◦ blue 85

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

Shades of Ruby #CA1355

Tints of Ruby #CA1355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.78%

R = 66.01%
G = 6.21%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA1355 (or 0xCA1355) is known color: Ruby. HEX triplet: CA, 13 and 55. RGB value is (202,19,85). Sum of RGB (Red+Green+Blue) = 202+19+85=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1355 is #35ECAA. Grayscale: #515151. Windows color (decimal): -3533995 or 5575626. OLE color: 5575626.

HSL color Cylindrical-coordinate representation of color #CA1355: hue angle of 338.36º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1355 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 19 85 -
CMYK 0 0.91 0.58 0.21
HSL 338.36º 0.83% 0.43% -
HSV(B) 338.36º 0.91% 0.79% -
XYZ 26.23 13.68 9.85 -
YUV 81.24 130.13 214.13 -
System Red Green Blue C M Y K H S L
Decimal 202 19 85 0 0.91 0.58 0.21 338.36 0.83 0.43
Hex CA 13 55 0 5B 3A 15 152 53 2B
Octal 312 23 125 0 133 72 25 522 123 53
Binary 11001010 10011 1010101 0 1011011 111010 10101 101010010 1010011 101011

Color Harmonies of #CA1355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1355

Black with #CA1355

Text Example


Text Example

White with #CA1355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1355; }

 p { color: rgb(202,19,85); }

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

background-color css

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

 a { background-color: rgb(202,19,85); }

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

border-color css

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

 span { border-color: rgb(202,19,85); }

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