Html Css Color HEX #C9035E Ruby

📋 copy color: '#C9035E'

red 201 ◦ green 3 ◦ blue 94

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

Shades of Ruby #C9035E

Tints of Ruby #C9035E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.01%

 BLUE value IS 94 (37.11% from 255) = 31.54%

R = 67.45%
G = 1.01%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9035E (or 0xC9035E) is known color: Ruby. HEX triplet: C9, 03 and 5E. RGB value is (201,3,94). Sum of RGB (Red+Green+Blue) = 201+3+94=298 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.45% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 201 - color contains mainly: red. Hex color #C9035E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9035E is #36FCA1. Grayscale: #484848. Windows color (decimal): -3603618 or 6161353. OLE color: 6161353.

HSL color Cylindrical-coordinate representation of color #C9035E: hue angle of 332.42º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9035E is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 3 94 -
CMYK 0 0.99 0.53 0.21
HSL 332.42º 0.97% 0.4% -
HSV(B) 332.42º 0.99% 0.79% -
XYZ 26.14 13.29 11.78 -
YUV 72.58 140.1 219.6 -
System Red Green Blue C M Y K H S L
Decimal 201 3 94 0 0.99 0.53 0.21 332.42 0.97 0.4
Hex C9 3 5E 0 63 35 15 14C 61 28
Octal 311 3 136 0 143 65 25 514 141 50
Binary 11001001 11 1011110 0 1100011 110101 10101 101001100 1100001 101000

Color Harmonies of #C9035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9035E

Black with #C9035E

Text Example


Text Example

White with #C9035E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9035E; }

 p { color: rgb(201,3,94); }

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

background-color css

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

 a { background-color: rgb(201,3,94); }

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

border-color css

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

 span { border-color: rgb(201,3,94); }

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