Html Css Color HEX #C2135B Ruby

📋 copy color: '#C2135B'

red 194 ◦ green 19 ◦ blue 91

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

Shades of Ruby #C2135B

Tints of Ruby #C2135B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.93%

R = 63.82%
G = 6.25%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2135B (or 0xC2135B) is known color: Ruby. HEX triplet: C2, 13 and 5B. RGB value is (194,19,91). Sum of RGB (Red+Green+Blue) = 194+19+91=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C2135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2135B is #3DECA4. Grayscale: #4F4F4F. Windows color (decimal): -4058277 or 5968834. OLE color: 5968834.

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

Color convert

RGB 194 19 91 -
CMYK 0 0.90 0.53 0.24
HSL 335.31º 0.82% 0.42% -
HSV(B) 335.31º 0.9% 0.76% -
XYZ 24.37 12.69 11.06 -
YUV 79.53 134.48 209.65 -
System Red Green Blue C M Y K H S L
Decimal 194 19 91 0 0.90 0.53 0.24 335.31 0.82 0.42
Hex C2 13 5B 0 5A 35 18 14F 52 2A
Octal 302 23 133 0 132 65 30 517 122 52
Binary 11000010 10011 1011011 0 1011010 110101 11000 101001111 1010010 101010

Color Harmonies of #C2135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2135B

Black with #C2135B

Text Example


Text Example

White with #C2135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2135B; }

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

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

background-color css

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

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

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

border-color css

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

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

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