Html Css Color HEX #C70E4F Ruby

📋 copy color: '#C70E4F'

red 199 ◦ green 14 ◦ blue 79

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

Shades of Ruby #C70E4F

Tints of Ruby #C70E4F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.79%

 BLUE value IS 79 (31.25% from 255) = 27.05%

R = 68.15%
G = 4.79%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C70E4F (or 0xC70E4F) is known color: Ruby. HEX triplet: C7, 0E and 4F. RGB value is (199,14,79). Sum of RGB (Red+Green+Blue) = 199+14+79=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70E4F is #38F1B0. Grayscale: #4C4C4C. Windows color (decimal): -3731889 or 5181127. OLE color: 5181127.

HSL color Cylindrical-coordinate representation of color #C70E4F: hue angle of 338.92º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70E4F is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 14 79 -
CMYK 0 0.93 0.60 0.22
HSL 338.92º 0.87% 0.42% -
HSV(B) 338.92º 0.93% 0.78% -
XYZ 25.12 13.02 8.59 -
YUV 76.73 129.29 215.21 -
System Red Green Blue C M Y K H S L
Decimal 199 14 79 0 0.93 0.60 0.22 338.92 0.87 0.42
Hex C7 E 4F 0 5D 3C 16 153 57 2A
Octal 307 16 117 0 135 74 26 523 127 52
Binary 11000111 1110 1001111 0 1011101 111100 10110 101010011 1010111 101010

Color Harmonies of #C70E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70E4F

Black with #C70E4F

Text Example


Text Example

White with #C70E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70E4F; }

 p { color: rgb(199,14,79); }

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

background-color css

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

 a { background-color: rgb(199,14,79); }

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

border-color css

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

 span { border-color: rgb(199,14,79); }

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