Html Css Color HEX #C71262 Ruby

📋 copy color: '#C71262'

red 199 ◦ green 18 ◦ blue 98

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

Shades of Ruby #C71262

Tints of Ruby #C71262

RGB

 RED value IS 199 (78.13% from 255) = 63.17%

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

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

R = 63.17%
G = 5.71%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C71262 (or 0xC71262) is known color: Ruby. HEX triplet: C7, 12 and 62. RGB value is (199,18,98). Sum of RGB (Red+Green+Blue) = 199+18+98=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C71262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71262 is #38ED9D. Grayscale: #515151. Windows color (decimal): -3730846 or 6427335. OLE color: 6427335.

HSL color Cylindrical-coordinate representation of color #C71262: hue angle of 333.48º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71262 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 18 98 -
CMYK 0 0.91 0.51 0.22
HSL 333.48º 0.83% 0.43% -
HSV(B) 333.48º 0.91% 0.78% -
XYZ 25.97 13.46 12.78 -
YUV 81.24 137.47 212 -
System Red Green Blue C M Y K H S L
Decimal 199 18 98 0 0.91 0.51 0.22 333.48 0.83 0.43
Hex C7 12 62 0 5B 33 16 14D 53 2B
Octal 307 22 142 0 133 63 26 515 123 53
Binary 11000111 10010 1100010 0 1011011 110011 10110 101001101 1010011 101011

Color Harmonies of #C71262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71262

Black with #C71262

Text Example


Text Example

White with #C71262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71262; }

 p { color: rgb(199,18,98); }

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

background-color css

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

 a { background-color: rgb(199,18,98); }

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

border-color css

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

 span { border-color: rgb(199,18,98); }

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