Html Css Color HEX #C5025B Ruby

📋 copy color: '#C5025B'

red 197 ◦ green 2 ◦ blue 91

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

Shades of Ruby #C5025B

Tints of Ruby #C5025B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.38%

R = 67.93%
G = 0.69%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C5025B (or 0xC5025B) is known color: Ruby. HEX triplet: C5, 02 and 5B. RGB value is (197,2,91). Sum of RGB (Red+Green+Blue) = 197+2+91=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C5025B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5025B is #3AFDA4. Grayscale: #464646. Windows color (decimal): -3866021 or 5964485. OLE color: 5964485.

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

Color convert

RGB 197 2 91 -
CMYK 0 0.99 0.54 0.23
HSL 332.62º 0.98% 0.39% -
HSV(B) 332.62º 0.99% 0.77% -
XYZ 24.94 12.67 11.03 -
YUV 70.45 139.6 218.26 -
System Red Green Blue C M Y K H S L
Decimal 197 2 91 0 0.99 0.54 0.23 332.62 0.98 0.39
Hex C5 2 5B 0 63 36 17 14D 62 27
Octal 305 2 133 0 143 66 27 515 142 47
Binary 11000101 10 1011011 0 1100011 110110 10111 101001101 1100010 100111

Color Harmonies of #C5025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5025B

Black with #C5025B

Text Example


Text Example

White with #C5025B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5025B; }

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

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

background-color css

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

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

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

border-color css

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

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

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