Html Css Color HEX #C21862 Ruby

📋 copy color: '#C21862'

red 194 ◦ green 24 ◦ blue 98

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

Shades of Ruby #C21862

Tints of Ruby #C21862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.01%

R = 61.39%
G = 7.59%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C21862 (or 0xC21862) is known color: Ruby. HEX triplet: C2, 18 and 62. RGB value is (194,24,98). Sum of RGB (Red+Green+Blue) = 194+24+98=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C21862 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21862 is #3DE79D. Grayscale: #535353. Windows color (decimal): -4056990 or 6428866. OLE color: 6428866.

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

Color convert

RGB 194 24 98 -
CMYK 0 0.88 0.49 0.24
HSL 333.88º 0.78% 0.43% -
HSV(B) 333.88º 0.88% 0.76% -
XYZ 24.78 13 12.76 -
YUV 83.27 136.32 206.98 -
System Red Green Blue C M Y K H S L
Decimal 194 24 98 0 0.88 0.49 0.24 333.88 0.78 0.43
Hex C2 18 62 0 58 31 18 14E 4E 2B
Octal 302 30 142 0 130 61 30 516 116 53
Binary 11000010 11000 1100010 0 1011000 110001 11000 101001110 1001110 101011

Color Harmonies of #C21862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21862

Black with #C21862

Text Example


Text Example

White with #C21862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21862; }

 p { color: rgb(194,24,98); }

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

background-color css

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

 a { background-color: rgb(194,24,98); }

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

border-color css

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

 span { border-color: rgb(194,24,98); }

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