Html Css Color HEX #C71858 Ruby

📋 copy color: '#C71858'

red 199 ◦ green 24 ◦ blue 88

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

Shades of Ruby #C71858

Tints of Ruby #C71858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.3%

R = 63.99%
G = 7.72%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C71858 (or 0xC71858) is known color: Ruby. HEX triplet: C7, 18 and 58. RGB value is (199,24,88). Sum of RGB (Red+Green+Blue) = 199+24+88=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C71858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71858 is #38E7A7. Grayscale: #535353. Windows color (decimal): -3729320 or 5773511. OLE color: 5773511.

HSL color Cylindrical-coordinate representation of color #C71858: hue angle of 338.06º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71858 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 24 88 -
CMYK 0 0.88 0.56 0.22
HSL 338.06º 0.78% 0.44% -
HSV(B) 338.06º 0.88% 0.78% -
XYZ 25.64 13.5 10.49 -
YUV 83.62 130.48 210.3 -
System Red Green Blue C M Y K H S L
Decimal 199 24 88 0 0.88 0.56 0.22 338.06 0.78 0.44
Hex C7 18 58 0 58 38 16 152 4E 2C
Octal 307 30 130 0 130 70 26 522 116 54
Binary 11000111 11000 1011000 0 1011000 111000 10110 101010010 1001110 101100

Color Harmonies of #C71858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71858

Black with #C71858

Text Example


Text Example

White with #C71858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71858; }

 p { color: rgb(199,24,88); }

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

background-color css

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

 a { background-color: rgb(199,24,88); }

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

border-color css

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

 span { border-color: rgb(199,24,88); }

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