Html Css Color HEX #C21256 Ruby

📋 copy color: '#C21256'

red 194 ◦ green 18 ◦ blue 86

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

Shades of Ruby #C21256

Tints of Ruby #C21256

RGB

 RED value IS 194 (76.17% from 255) = 65.1%

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

 BLUE value IS 86 (33.98% from 255) = 28.86%

R = 65.1%
G = 6.04%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C21256 (or 0xC21256) is known color: Ruby. HEX triplet: C2, 12 and 56. RGB value is (194,18,86). Sum of RGB (Red+Green+Blue) = 194+18+86=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 86 (33.98% from 255 or 28.86% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C21256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21256 is #3DEDA9. Grayscale: #4E4E4E. Windows color (decimal): -4058538 or 5640898. OLE color: 5640898.

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

Color convert

RGB 194 18 86 -
CMYK 0 0.91 0.56 0.24
HSL 336.82º 0.83% 0.42% -
HSV(B) 336.82º 0.91% 0.76% -
XYZ 24.14 12.57 9.96 -
YUV 78.38 132.31 210.47 -
System Red Green Blue C M Y K H S L
Decimal 194 18 86 0 0.91 0.56 0.24 336.82 0.83 0.42
Hex C2 12 56 0 5B 38 18 151 53 2A
Octal 302 22 126 0 133 70 30 521 123 52
Binary 11000010 10010 1010110 0 1011011 111000 11000 101010001 1010011 101010

Color Harmonies of #C21256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21256

Black with #C21256

Text Example


Text Example

White with #C21256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21256; }

 p { color: rgb(194,18,86); }

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

background-color css

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

 a { background-color: rgb(194,18,86); }

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

border-color css

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

 span { border-color: rgb(194,18,86); }

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