Html Css Color HEX #C71455 Ruby

📋 copy color: '#C71455'

red 199 ◦ green 20 ◦ blue 85

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

Shades of Ruby #C71455

Tints of Ruby #C71455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.58%

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

R = 65.46%
G = 6.58%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C71455 (or 0xC71455) is known color: Ruby. HEX triplet: C7, 14 and 55. RGB value is (199,20,85). Sum of RGB (Red+Green+Blue) = 199+20+85=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C71455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71455 is #38EBAA. Grayscale: #505050. Windows color (decimal): -3730347 or 5575879. OLE color: 5575879.

HSL color Cylindrical-coordinate representation of color #C71455: hue angle of 338.21º degrees, saturation: 0.82, 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 #C71455 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 20 85 -
CMYK 0 0.90 0.57 0.22
HSL 338.21º 0.82% 0.43% -
HSV(B) 338.21º 0.9% 0.78% -
XYZ 25.44 13.3 9.82 -
YUV 80.93 130.3 212.21 -
System Red Green Blue C M Y K H S L
Decimal 199 20 85 0 0.90 0.57 0.22 338.21 0.82 0.43
Hex C7 14 55 0 5A 39 16 152 52 2B
Octal 307 24 125 0 132 71 26 522 122 53
Binary 11000111 10100 1010101 0 1011010 111001 10110 101010010 1010010 101011

Color Harmonies of #C71455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71455

Black with #C71455

Text Example


Text Example

White with #C71455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71455; }

 p { color: rgb(199,20,85); }

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

background-color css

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

 a { background-color: rgb(199,20,85); }

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

border-color css

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

 span { border-color: rgb(199,20,85); }

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