Html Css Color HEX #C21A5F Ruby

📋 copy color: '#C21A5F'

red 194 ◦ green 26 ◦ blue 95

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

Shades of Ruby #C21A5F

Tints of Ruby #C21A5F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.25%

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

R = 61.59%
G = 8.25%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C21A5F (or 0xC21A5F) is known color: Ruby. HEX triplet: C2, 1A and 5F. RGB value is (194,26,95). Sum of RGB (Red+Green+Blue) = 194+26+95=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21A5F is #3DE5A0. Grayscale: #535353. Windows color (decimal): -4056481 or 6232770. OLE color: 6232770.

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

Color convert

RGB 194 26 95 -
CMYK 0 0.87 0.51 0.24
HSL 335.36º 0.76% 0.43% -
HSV(B) 335.36º 0.87% 0.76% -
XYZ 24.68 13.03 12.04 -
YUV 84.1 134.16 206.39 -
System Red Green Blue C M Y K H S L
Decimal 194 26 95 0 0.87 0.51 0.24 335.36 0.76 0.43
Hex C2 1A 5F 0 57 33 18 14F 4C 2B
Octal 302 32 137 0 127 63 30 517 114 53
Binary 11000010 11010 1011111 0 1010111 110011 11000 101001111 1001100 101011

Color Harmonies of #C21A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A5F

Black with #C21A5F

Text Example


Text Example

White with #C21A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A5F; }

 p { color: rgb(194,26,95); }

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

background-color css

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

 a { background-color: rgb(194,26,95); }

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

border-color css

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

 span { border-color: rgb(194,26,95); }

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