Html Css Color HEX #C21255 Ruby

📋 copy color: '#C21255'

red 194 ◦ green 18 ◦ blue 85

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

Shades of Ruby #C21255

Tints of Ruby #C21255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.62%

R = 65.32%
G = 6.06%
B = 28.62%

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

#C21255 (or 0xC21255) is known color: Ruby. HEX triplet: C2, 12 and 55. RGB value is (194,18,85). Sum of RGB (Red+Green+Blue) = 194+18+85=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C21255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21255 is #3DEDAA. Grayscale: #4E4E4E. Windows color (decimal): -4058539 or 5575362. OLE color: 5575362.

HSL color Cylindrical-coordinate representation of color #C21255: hue angle of 337.16º 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 #C21255 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 18 85 -
CMYK 0 0.91 0.56 0.24
HSL 337.16º 0.83% 0.42% -
HSV(B) 337.16º 0.91% 0.76% -
XYZ 24.1 12.56 9.75 -
YUV 78.26 131.81 210.55 -
System Red Green Blue C M Y K H S L
Decimal 194 18 85 0 0.91 0.56 0.24 337.16 0.83 0.42
Hex C2 12 55 0 5B 38 18 151 53 2A
Octal 302 22 125 0 133 70 30 521 123 52
Binary 11000010 10010 1010101 0 1011011 111000 11000 101010001 1010011 101010

Color Harmonies of #C21255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21255

Black with #C21255

Text Example


Text Example

White with #C21255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21255; }

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

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

background-color css

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

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

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

border-color css

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

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

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