Html Css Color HEX #C9135F Ruby

📋 copy color: '#C9135F'

red 201 ◦ green 19 ◦ blue 95

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

Shades of Ruby #C9135F

Tints of Ruby #C9135F

RGB

 RED value IS 201 (78.91% from 255) = 63.81%

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

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

R = 63.81%
G = 6.03%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9135F (or 0xC9135F) is known color: Ruby. HEX triplet: C9, 13 and 5F. RGB value is (201,19,95). Sum of RGB (Red+Green+Blue) = 201+19+95=315 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.81% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 201 - color contains mainly: red. Hex color #C9135F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9135F is #36ECA0. Grayscale: #515151. Windows color (decimal): -3599521 or 6230985. OLE color: 6230985.

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

Color convert

RGB 201 19 95 -
CMYK 0 0.91 0.53 0.21
HSL 334.95º 0.83% 0.43% -
HSV(B) 334.95º 0.91% 0.79% -
XYZ 26.39 13.71 12.08 -
YUV 82.08 135.3 212.82 -
System Red Green Blue C M Y K H S L
Decimal 201 19 95 0 0.91 0.53 0.21 334.95 0.83 0.43
Hex C9 13 5F 0 5B 35 15 14F 53 2B
Octal 311 23 137 0 133 65 25 517 123 53
Binary 11001001 10011 1011111 0 1011011 110101 10101 101001111 1010011 101011

Color Harmonies of #C9135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9135F

Black with #C9135F

Text Example


Text Example

White with #C9135F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9135F; }

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

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

background-color css

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

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

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

border-color css

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

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

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