Html Css Color HEX #C2135F Ruby

📋 copy color: '#C2135F'

red 194 ◦ green 19 ◦ blue 95

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

Shades of Ruby #C2135F

Tints of Ruby #C2135F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.84%

R = 62.99%
G = 6.17%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2135F (or 0xC2135F) is known color: Ruby. HEX triplet: C2, 13 and 5F. RGB value is (194,19,95). Sum of RGB (Red+Green+Blue) = 194+19+95=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C2135F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2135F is #3DECA0. Grayscale: #4F4F4F. Windows color (decimal): -4058273 or 6230978. OLE color: 6230978.

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

Color convert

RGB 194 19 95 -
CMYK 0 0.90 0.51 0.24
HSL 333.94º 0.82% 0.42% -
HSV(B) 333.94º 0.9% 0.76% -
XYZ 24.55 12.76 12 -
YUV 79.99 136.48 209.32 -
System Red Green Blue C M Y K H S L
Decimal 194 19 95 0 0.90 0.51 0.24 333.94 0.82 0.42
Hex C2 13 5F 0 5A 33 18 14E 52 2A
Octal 302 23 137 0 132 63 30 516 122 52
Binary 11000010 10011 1011111 0 1011010 110011 11000 101001110 1010010 101010

Color Harmonies of #C2135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2135F

Black with #C2135F

Text Example


Text Example

White with #C2135F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2135F; }

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

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

background-color css

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

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

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

border-color css

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

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

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