Html Css Color HEX #C9035D Ruby

📋 copy color: '#C9035D'

red 201 ◦ green 3 ◦ blue 93

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

Shades of Ruby #C9035D

Tints of Ruby #C9035D

RGB

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

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

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

R = 67.68%
G = 1.01%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9035D (or 0xC9035D) is known color: Ruby. HEX triplet: C9, 03 and 5D. RGB value is (201,3,93). Sum of RGB (Red+Green+Blue) = 201+3+93=297 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.68% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 201 - color contains mainly: red. Hex color #C9035D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9035D is #36FCA2. Grayscale: #484848. Windows color (decimal): -3603619 or 6095817. OLE color: 6095817.

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

Color convert

RGB 201 3 93 -
CMYK 0 0.99 0.54 0.21
HSL 332.73º 0.97% 0.4% -
HSV(B) 332.73º 0.99% 0.79% -
XYZ 26.1 13.27 11.54 -
YUV 72.46 139.6 219.68 -
System Red Green Blue C M Y K H S L
Decimal 201 3 93 0 0.99 0.54 0.21 332.73 0.97 0.4
Hex C9 3 5D 0 63 36 15 14D 61 28
Octal 311 3 135 0 143 66 25 515 141 50
Binary 11001001 11 1011101 0 1100011 110110 10101 101001101 1100001 101000

Color Harmonies of #C9035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9035D

Black with #C9035D

Text Example


Text Example

White with #C9035D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9035D; }

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

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

background-color css

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

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

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

border-color css

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

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

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