Html Css Color HEX #C71950 Old Rose

📋 copy color: '#C71950'

red 199 ◦ green 25 ◦ blue 80

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

Shades of Old Rose #C71950

Tints of Old Rose #C71950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.22%

 BLUE value IS 80 (31.64% from 255) = 26.32%

R = 65.46%
G = 8.22%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C71950 (or 0xC71950) is known color: Old Rose. HEX triplet: C7, 19 and 50. RGB value is (199,25,80). Sum of RGB (Red+Green+Blue) = 199+25+80=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C71950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71950 is #38E6AF. Grayscale: #535353. Windows color (decimal): -3729072 or 5249479. OLE color: 5249479.

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

Color convert

RGB 199 25 80 -
CMYK 0 0.87 0.60 0.22
HSL 341.03º 0.78% 0.44% -
HSV(B) 341.03º 0.87% 0.78% -
XYZ 25.35 13.42 8.84 -
YUV 83.3 126.15 210.53 -
System Red Green Blue C M Y K H S L
Decimal 199 25 80 0 0.87 0.60 0.22 341.03 0.78 0.44
Hex C7 19 50 0 57 3C 16 155 4E 2C
Octal 307 31 120 0 127 74 26 525 116 54
Binary 11000111 11001 1010000 0 1010111 111100 10110 101010101 1001110 101100

Color Harmonies of #C71950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71950

Black with #C71950

Text Example


Text Example

White with #C71950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71950; }

 p { color: rgb(199,25,80); }

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

background-color css

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

 a { background-color: rgb(199,25,80); }

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

border-color css

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

 span { border-color: rgb(199,25,80); }

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