Html Css Color HEX #C2135D Ruby

📋 copy color: '#C2135D'

red 194 ◦ green 19 ◦ blue 93

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

Shades of Ruby #C2135D

Tints of Ruby #C2135D

RGB

 RED value IS 194 (76.17% from 255) = 63.4%

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

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

R = 63.4%
G = 6.21%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2135D (or 0xC2135D) is known color: Ruby. HEX triplet: C2, 13 and 5D. RGB value is (194,19,93). Sum of RGB (Red+Green+Blue) = 194+19+93=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C2135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2135D is #3DECA2. Grayscale: #4F4F4F. Windows color (decimal): -4058275 or 6099906. OLE color: 6099906.

HSL color Cylindrical-coordinate representation of color #C2135D: hue angle of 334.63º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2135D is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 19 93 -
CMYK 0 0.90 0.52 0.24
HSL 334.63º 0.82% 0.42% -
HSV(B) 334.63º 0.9% 0.76% -
XYZ 24.46 12.73 11.52 -
YUV 79.76 135.48 209.48 -
System Red Green Blue C M Y K H S L
Decimal 194 19 93 0 0.90 0.52 0.24 334.63 0.82 0.42
Hex C2 13 5D 0 5A 34 18 14F 52 2A
Octal 302 23 135 0 132 64 30 517 122 52
Binary 11000010 10011 1011101 0 1011010 110100 11000 101001111 1010010 101010

Color Harmonies of #C2135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2135D

Black with #C2135D

Text Example


Text Example

White with #C2135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2135D; }

 p { color: rgb(194,19,93); }

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

background-color css

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

 a { background-color: rgb(194,19,93); }

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

border-color css

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

 span { border-color: rgb(194,19,93); }

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