Html Css Color HEX #C9025D Ruby

📋 copy color: '#C9025D'

red 201 ◦ green 2 ◦ blue 93

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

Shades of Ruby #C9025D

Tints of Ruby #C9025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 67.91%
G = 0.68%
B = 31.42%

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

#C9025D (or 0xC9025D) is known color: Ruby. HEX triplet: C9, 02 and 5D. RGB value is (201,2,93). Sum of RGB (Red+Green+Blue) = 201+2+93=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C9025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9025D is #36FDA2. Grayscale: #474747. Windows color (decimal): -3603875 or 6095561. OLE color: 6095561.

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

Color convert

RGB 201 2 93 -
CMYK 0 0.99 0.54 0.21
HSL 332.56º 0.98% 0.4% -
HSV(B) 332.56º 0.99% 0.79% -
XYZ 26.08 13.25 11.54 -
YUV 71.88 139.93 220.1 -
System Red Green Blue C M Y K H S L
Decimal 201 2 93 0 0.99 0.54 0.21 332.56 0.98 0.4
Hex C9 2 5D 0 63 36 15 14D 62 28
Octal 311 2 135 0 143 66 25 515 142 50
Binary 11001001 10 1011101 0 1100011 110110 10101 101001101 1100010 101000

Color Harmonies of #C9025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9025D

Black with #C9025D

Text Example


Text Example

White with #C9025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9025D; }

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

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

background-color css

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

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

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

border-color css

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

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

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