Html Css Color HEX #C41555 Ruby

📋 copy color: '#C41555'

red 196 ◦ green 21 ◦ blue 85

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

Shades of Ruby #C41555

Tints of Ruby #C41555

RGB

 RED value IS 196 (76.95% from 255) = 64.9%

 GREEN value IS 21 (8.59% from 255) = 6.95%

 BLUE value IS 85 (33.59% from 255) = 28.15%

R = 64.9%
G = 6.95%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C41555 (or 0xC41555) is known color: Ruby. HEX triplet: C4, 15 and 55. RGB value is (196,21,85). Sum of RGB (Red+Green+Blue) = 196+21+85=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C41555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41555 is #3BEAAA. Grayscale: #505050. Windows color (decimal): -3926699 or 5576132. OLE color: 5576132.

HSL color Cylindrical-coordinate representation of color #C41555: hue angle of 338.06º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41555 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 21 85 -
CMYK 0 0.89 0.57 0.23
HSL 338.06º 0.81% 0.43% -
HSV(B) 338.06º 0.89% 0.77% -
XYZ 24.67 12.93 9.79 -
YUV 80.62 130.48 210.3 -
System Red Green Blue C M Y K H S L
Decimal 196 21 85 0 0.89 0.57 0.23 338.06 0.81 0.43
Hex C4 15 55 0 59 39 17 152 51 2B
Octal 304 25 125 0 131 71 27 522 121 53
Binary 11000100 10101 1010101 0 1011001 111001 10111 101010010 1010001 101011

Color Harmonies of #C41555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41555

Black with #C41555

Text Example


Text Example

White with #C41555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41555; }

 p { color: rgb(196,21,85); }

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

background-color css

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

 a { background-color: rgb(196,21,85); }

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

border-color css

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

 span { border-color: rgb(196,21,85); }

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