Html Css Color HEX #CA115D Ruby

📋 copy color: '#CA115D'

red 202 ◦ green 17 ◦ blue 93

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

Shades of Ruby #CA115D

Tints of Ruby #CA115D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.45%

 BLUE value IS 93 (36.72% from 255) = 29.81%

R = 64.74%
G = 5.45%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA115D (or 0xCA115D) is known color: Ruby. HEX triplet: CA, 11 and 5D. RGB value is (202,17,93). Sum of RGB (Red+Green+Blue) = 202+17+93=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA115D is #35EEA2. Grayscale: #505050. Windows color (decimal): -3534499 or 6099402. OLE color: 6099402.

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

Color convert

RGB 202 17 93 -
CMYK 0 0.92 0.54 0.21
HSL 335.35º 0.84% 0.43% -
HSV(B) 335.35º 0.92% 0.79% -
XYZ 26.53 13.75 11.61 -
YUV 80.98 134.79 214.32 -
System Red Green Blue C M Y K H S L
Decimal 202 17 93 0 0.92 0.54 0.21 335.35 0.84 0.43
Hex CA 11 5D 0 5C 36 15 14F 54 2B
Octal 312 21 135 0 134 66 25 517 124 53
Binary 11001010 10001 1011101 0 1011100 110110 10101 101001111 1010100 101011

Color Harmonies of #CA115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA115D

Black with #CA115D

Text Example


Text Example

White with #CA115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA115D; }

 p { color: rgb(202,17,93); }

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

background-color css

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

 a { background-color: rgb(202,17,93); }

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

border-color css

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

 span { border-color: rgb(202,17,93); }

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