Html Css Color HEX #C5025E Ruby

📋 copy color: '#C5025E'

red 197 ◦ green 2 ◦ blue 94

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

Shades of Ruby #C5025E

Tints of Ruby #C5025E

RGB

 RED value IS 197 (77.34% from 255) = 67.24%

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

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

R = 67.24%
G = 0.68%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5025E (or 0xC5025E) is known color: Ruby. HEX triplet: C5, 02 and 5E. RGB value is (197,2,94). Sum of RGB (Red+Green+Blue) = 197+2+94=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C5025E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5025E is #3AFDA1. Grayscale: #464646. Windows color (decimal): -3866018 or 6161093. OLE color: 6161093.

HSL color Cylindrical-coordinate representation of color #C5025E: hue angle of 331.69º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5025E is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 2 94 -
CMYK 0 0.99 0.52 0.23
HSL 331.69º 0.98% 0.39% -
HSV(B) 331.69º 0.99% 0.77% -
XYZ 25.07 12.72 11.72 -
YUV 70.79 141.1 218.02 -
System Red Green Blue C M Y K H S L
Decimal 197 2 94 0 0.99 0.52 0.23 331.69 0.98 0.39
Hex C5 2 5E 0 63 34 17 14C 62 27
Octal 305 2 136 0 143 64 27 514 142 47
Binary 11000101 10 1011110 0 1100011 110100 10111 101001100 1100010 100111

Color Harmonies of #C5025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5025E

Black with #C5025E

Text Example


Text Example

White with #C5025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5025E; }

 p { color: rgb(197,2,94); }

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

background-color css

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

 a { background-color: rgb(197,2,94); }

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

border-color css

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

 span { border-color: rgb(197,2,94); }

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