Html Css Color HEX #C71358 Ruby

📋 copy color: '#C71358'

red 199 ◦ green 19 ◦ blue 88

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

Shades of Ruby #C71358

Tints of Ruby #C71358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.21%

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

R = 65.03%
G = 6.21%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C71358 (or 0xC71358) is known color: Ruby. HEX triplet: C7, 13 and 58. RGB value is (199,19,88). Sum of RGB (Red+Green+Blue) = 199+19+88=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C71358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71358 is #38ECA7. Grayscale: #505050. Windows color (decimal): -3730600 or 5772231. OLE color: 5772231.

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

Color convert

RGB 199 19 88 -
CMYK 0 0.90 0.56 0.22
HSL 337º 0.83% 0.43% -
HSV(B) 337º 0.9% 0.78% -
XYZ 25.55 13.31 10.46 -
YUV 80.69 132.13 212.39 -
System Red Green Blue C M Y K H S L
Decimal 199 19 88 0 0.90 0.56 0.22 337 0.83 0.43
Hex C7 13 58 0 5A 38 16 151 53 2B
Octal 307 23 130 0 132 70 26 521 123 53
Binary 11000111 10011 1011000 0 1011010 111000 10110 101010001 1010011 101011

Color Harmonies of #C71358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71358

Black with #C71358

Text Example


Text Example

White with #C71358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71358; }

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

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

background-color css

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

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

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

border-color css

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

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

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