Html Css Color HEX #C40D53 Ruby

📋 copy color: '#C40D53'

red 196 ◦ green 13 ◦ blue 83

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

Shades of Ruby #C40D53

Tints of Ruby #C40D53

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.45%

 BLUE value IS 83 (32.81% from 255) = 28.42%

R = 67.12%
G = 4.45%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C40D53 (or 0xC40D53) is known color: Ruby. HEX triplet: C4, 0D and 53. RGB value is (196,13,83). Sum of RGB (Red+Green+Blue) = 196+13+83=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40D53 is #3BF2AC. Grayscale: #4B4B4B. Windows color (decimal): -3928749 or 5443012. OLE color: 5443012.

HSL color Cylindrical-coordinate representation of color #C40D53: hue angle of 337.05º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40D53 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 13 83 -
CMYK 0 0.93 0.58 0.23
HSL 337.05º 0.88% 0.41% -
HSV(B) 337.05º 0.93% 0.77% -
XYZ 24.47 12.65 9.34 -
YUV 75.7 132.13 213.81 -
System Red Green Blue C M Y K H S L
Decimal 196 13 83 0 0.93 0.58 0.23 337.05 0.88 0.41
Hex C4 D 53 0 5D 3A 17 151 58 29
Octal 304 15 123 0 135 72 27 521 130 51
Binary 11000100 1101 1010011 0 1011101 111010 10111 101010001 1011000 101001

Color Harmonies of #C40D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40D53

Black with #C40D53

Text Example


Text Example

White with #C40D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40D53; }

 p { color: rgb(196,13,83); }

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

background-color css

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

 a { background-color: rgb(196,13,83); }

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

border-color css

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

 span { border-color: rgb(196,13,83); }

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