Html Css Color HEX #C4125F Ruby

📋 copy color: '#C4125F'

red 196 ◦ green 18 ◦ blue 95

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

Shades of Ruby #C4125F

Tints of Ruby #C4125F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.83%

 BLUE value IS 95 (37.5% from 255) = 30.74%

R = 63.43%
G = 5.83%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4125F (or 0xC4125F) is known color: Ruby. HEX triplet: C4, 12 and 5F. RGB value is (196,18,95). Sum of RGB (Red+Green+Blue) = 196+18+95=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C4125F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4125F is #3BEDA0. Grayscale: #4F4F4F. Windows color (decimal): -3927457 or 6230724. OLE color: 6230724.

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

Color convert

RGB 196 18 95 -
CMYK 0 0.91 0.52 0.23
HSL 334.05º 0.83% 0.42% -
HSV(B) 334.05º 0.91% 0.77% -
XYZ 25.05 12.99 12.01 -
YUV 80 136.47 210.74 -
System Red Green Blue C M Y K H S L
Decimal 196 18 95 0 0.91 0.52 0.23 334.05 0.83 0.42
Hex C4 12 5F 0 5B 34 17 14E 53 2A
Octal 304 22 137 0 133 64 27 516 123 52
Binary 11000100 10010 1011111 0 1011011 110100 10111 101001110 1010011 101010

Color Harmonies of #C4125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4125F

Black with #C4125F

Text Example


Text Example

White with #C4125F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4125F; }

 p { color: rgb(196,18,95); }

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

background-color css

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

 a { background-color: rgb(196,18,95); }

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

border-color css

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

 span { border-color: rgb(196,18,95); }

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