Html Css Color HEX #C71E64 Ruby

📋 copy color: '#C71E64'

red 199 ◦ green 30 ◦ blue 100

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

Shades of Ruby #C71E64

Tints of Ruby #C71E64

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.12%

 BLUE value IS 100 (39.45% from 255) = 30.4%

R = 60.49%
G = 9.12%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C71E64 (or 0xC71E64) is known color: Ruby. HEX triplet: C7, 1E and 64. RGB value is (199,30,100). Sum of RGB (Red+Green+Blue) = 199+30+100=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C71E64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71E64 is #38E19B. Grayscale: #585858. Windows color (decimal): -3727772 or 6561479. OLE color: 6561479.

HSL color Cylindrical-coordinate representation of color #C71E64: hue angle of 335.15º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71E64 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 30 100 -
CMYK 0 0.85 0.50 0.22
HSL 335.15º 0.74% 0.45% -
HSV(B) 335.15º 0.85% 0.78% -
XYZ 26.32 13.99 13.37 -
YUV 88.51 134.49 206.81 -
System Red Green Blue C M Y K H S L
Decimal 199 30 100 0 0.85 0.50 0.22 335.15 0.74 0.45
Hex C7 1E 64 0 55 32 16 14F 4A 2D
Octal 307 36 144 0 125 62 26 517 112 55
Binary 11000111 11110 1100100 0 1010101 110010 10110 101001111 1001010 101101

Color Harmonies of #C71E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71E64

Black with #C71E64

Text Example


Text Example

White with #C71E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71E64; }

 p { color: rgb(199,30,100); }

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

background-color css

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

 a { background-color: rgb(199,30,100); }

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

border-color css

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

 span { border-color: rgb(199,30,100); }

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