Html Css Color HEX #C31868 Ruby

📋 copy color: '#C31868'

red 195 ◦ green 24 ◦ blue 104

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

Shades of Ruby #C31868

Tints of Ruby #C31868

RGB

 RED value IS 195 (76.56% from 255) = 60.37%

 GREEN value IS 24 (9.77% from 255) = 7.43%

 BLUE value IS 104 (41.02% from 255) = 32.2%

R = 60.37%
G = 7.43%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C31868 (or 0xC31868) is known color: Ruby. HEX triplet: C3, 18 and 68. RGB value is (195,24,104). Sum of RGB (Red+Green+Blue) = 195+24+104=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C31868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31868 is #3CE797. Grayscale: #545454. Windows color (decimal): -3991448 or 6822083. OLE color: 6822083.

HSL color Cylindrical-coordinate representation of color #C31868: hue angle of 331.93º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31868 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 24 104 -
CMYK 0 0.88 0.47 0.24
HSL 331.93º 0.78% 0.43% -
HSV(B) 331.93º 0.88% 0.76% -
XYZ 25.33 13.25 14.32 -
YUV 84.25 139.15 207 -
System Red Green Blue C M Y K H S L
Decimal 195 24 104 0 0.88 0.47 0.24 331.93 0.78 0.43
Hex C3 18 68 0 58 2F 18 14C 4E 2B
Octal 303 30 150 0 130 57 30 514 116 53
Binary 11000011 11000 1101000 0 1011000 101111 11000 101001100 1001110 101011

Color Harmonies of #C31868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31868

Black with #C31868

Text Example


Text Example

White with #C31868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31868; }

 p { color: rgb(195,24,104); }

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

background-color css

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

 a { background-color: rgb(195,24,104); }

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

border-color css

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

 span { border-color: rgb(195,24,104); }

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