Html Css Color HEX #C41457 Ruby

📋 copy color: '#C41457'

red 196 ◦ green 20 ◦ blue 87

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

Shades of Ruby #C41457

Tints of Ruby #C41457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.6%

 BLUE value IS 87 (34.38% from 255) = 28.71%

R = 64.69%
G = 6.6%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C41457 (or 0xC41457) is known color: Ruby. HEX triplet: C4, 14 and 57. RGB value is (196,20,87). Sum of RGB (Red+Green+Blue) = 196+20+87=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C41457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41457 is #3BEBA8. Grayscale: #505050. Windows color (decimal): -3926953 or 5706948. OLE color: 5706948.

HSL color Cylindrical-coordinate representation of color #C41457: hue angle of 337.16º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41457 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 20 87 -
CMYK 0 0.90 0.56 0.23
HSL 337.16º 0.81% 0.42% -
HSV(B) 337.16º 0.9% 0.77% -
XYZ 24.74 12.92 10.21 -
YUV 80.26 131.81 210.55 -
System Red Green Blue C M Y K H S L
Decimal 196 20 87 0 0.90 0.56 0.23 337.16 0.81 0.42
Hex C4 14 57 0 5A 38 17 151 51 2A
Octal 304 24 127 0 132 70 27 521 121 52
Binary 11000100 10100 1010111 0 1011010 111000 10111 101010001 1010001 101010

Color Harmonies of #C41457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41457

Black with #C41457

Text Example


Text Example

White with #C41457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41457; }

 p { color: rgb(196,20,87); }

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

background-color css

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

 a { background-color: rgb(196,20,87); }

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

border-color css

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

 span { border-color: rgb(196,20,87); }

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