Html Css Color HEX #C7025B Ruby

📋 copy color: '#C7025B'

red 199 ◦ green 2 ◦ blue 91

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

Shades of Ruby #C7025B

Tints of Ruby #C7025B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 91 (35.94% from 255) = 31.16%

R = 68.15%
G = 0.68%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C7025B (or 0xC7025B) is known color: Ruby. HEX triplet: C7, 02 and 5B. RGB value is (199,2,91). Sum of RGB (Red+Green+Blue) = 199+2+91=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C7025B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7025B is #38FDA4. Grayscale: #464646. Windows color (decimal): -3734949 or 5964487. OLE color: 5964487.

HSL color Cylindrical-coordinate representation of color #C7025B: hue angle of 332.89º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7025B is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 2 91 -
CMYK 0 0.99 0.54 0.22
HSL 332.89º 0.98% 0.39% -
HSV(B) 332.89º 0.99% 0.78% -
XYZ 25.46 12.94 11.05 -
YUV 71.05 139.27 219.26 -
System Red Green Blue C M Y K H S L
Decimal 199 2 91 0 0.99 0.54 0.22 332.89 0.98 0.39
Hex C7 2 5B 0 63 36 16 14D 62 27
Octal 307 2 133 0 143 66 26 515 142 47
Binary 11000111 10 1011011 0 1100011 110110 10110 101001101 1100010 100111

Color Harmonies of #C7025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7025B

Black with #C7025B

Text Example


Text Example

White with #C7025B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7025B; }

 p { color: rgb(199,2,91); }

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

background-color css

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

 a { background-color: rgb(199,2,91); }

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

border-color css

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

 span { border-color: rgb(199,2,91); }

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