Html Css Color HEX #C21F64 Ruby

📋 copy color: '#C21F64'

red 194 ◦ green 31 ◦ blue 100

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

Shades of Ruby #C21F64

Tints of Ruby #C21F64

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.54%

 BLUE value IS 100 (39.45% from 255) = 30.77%

R = 59.69%
G = 9.54%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C21F64 (or 0xC21F64) is known color: Ruby. HEX triplet: C2, 1F and 64. RGB value is (194,31,100). Sum of RGB (Red+Green+Blue) = 194+31+100=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F64 is #3DE09B. Grayscale: #575757. Windows color (decimal): -4055196 or 6561730. OLE color: 6561730.

HSL color Cylindrical-coordinate representation of color #C21F64: hue angle of 334.6º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21F64 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 31 100 -
CMYK 0 0.84 0.48 0.24
HSL 334.6º 0.72% 0.44% -
HSV(B) 334.6º 0.84% 0.76% -
XYZ 25.04 13.37 13.32 -
YUV 87.6 135 203.89 -
System Red Green Blue C M Y K H S L
Decimal 194 31 100 0 0.84 0.48 0.24 334.6 0.72 0.44
Hex C2 1F 64 0 54 30 18 14F 48 2C
Octal 302 37 144 0 124 60 30 517 110 54
Binary 11000010 11111 1100100 0 1010100 110000 11000 101001111 1001000 101100

Color Harmonies of #C21F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F64

Black with #C21F64

Text Example


Text Example

White with #C21F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F64; }

 p { color: rgb(194,31,100); }

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

background-color css

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

 a { background-color: rgb(194,31,100); }

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

border-color css

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

 span { border-color: rgb(194,31,100); }

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