Html Css Color HEX #C71C58 Old Rose

📋 copy color: '#C71C58'

red 199 ◦ green 28 ◦ blue 88

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

Shades of Old Rose #C71C58

Tints of Old Rose #C71C58

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.89%

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

R = 63.17%
G = 8.89%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C71C58 (or 0xC71C58) is known color: Old Rose. HEX triplet: C7, 1C and 58. RGB value is (199,28,88). Sum of RGB (Red+Green+Blue) = 199+28+88=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C71C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71C58 is #38E3A7. Grayscale: #555555. Windows color (decimal): -3728296 or 5774535. OLE color: 5774535.

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

Color convert

RGB 199 28 88 -
CMYK 0 0.86 0.56 0.22
HSL 338.95º 0.75% 0.45% -
HSV(B) 338.95º 0.86% 0.78% -
XYZ 25.73 13.68 10.52 -
YUV 85.97 129.15 208.62 -
System Red Green Blue C M Y K H S L
Decimal 199 28 88 0 0.86 0.56 0.22 338.95 0.75 0.45
Hex C7 1C 58 0 56 38 16 153 4B 2D
Octal 307 34 130 0 126 70 26 523 113 55
Binary 11000111 11100 1011000 0 1010110 111000 10110 101010011 1001011 101101

Color Harmonies of #C71C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71C58

Black with #C71C58

Text Example


Text Example

White with #C71C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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