Html Css Color HEX #C71750 Old Rose

📋 copy color: '#C71750'

red 199 ◦ green 23 ◦ blue 80

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

Shades of Old Rose #C71750

Tints of Old Rose #C71750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.62%

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

R = 65.89%
G = 7.62%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C71750 (or 0xC71750) is known color: Old Rose. HEX triplet: C7, 17 and 50. RGB value is (199,23,80). Sum of RGB (Red+Green+Blue) = 199+23+80=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C71750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71750 is #38E8AF. Grayscale: #525252. Windows color (decimal): -3729584 or 5248967. OLE color: 5248967.

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

Color convert

RGB 199 23 80 -
CMYK 0 0.88 0.60 0.22
HSL 340.57º 0.79% 0.44% -
HSV(B) 340.57º 0.88% 0.78% -
XYZ 25.31 13.33 8.83 -
YUV 82.12 126.81 211.37 -
System Red Green Blue C M Y K H S L
Decimal 199 23 80 0 0.88 0.60 0.22 340.57 0.79 0.44
Hex C7 17 50 0 58 3C 16 155 4F 2C
Octal 307 27 120 0 130 74 26 525 117 54
Binary 11000111 10111 1010000 0 1011000 111100 10110 101010101 1001111 101100

Color Harmonies of #C71750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71750

Black with #C71750

Text Example


Text Example

White with #C71750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71750; }

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

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

background-color css

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

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

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

border-color css

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

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

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