Html Css Color HEX #C72D51 Old Rose

📋 copy color: '#C72D51'

red 199 ◦ green 45 ◦ blue 81

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

Shades of Old Rose #C72D51

Tints of Old Rose #C72D51

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.85%

 BLUE value IS 81 (32.03% from 255) = 24.92%

R = 61.23%
G = 13.85%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C72D51 (or 0xC72D51) is known color: Old Rose. HEX triplet: C7, 2D and 51. RGB value is (199,45,81). Sum of RGB (Red+Green+Blue) = 199+45+81=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C72D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72D51 is #38D2AE. Grayscale: #5F5F5F. Windows color (decimal): -3723951 or 5320135. OLE color: 5320135.

HSL color Cylindrical-coordinate representation of color #C72D51: hue angle of 345.97º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C72D51 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 45 81 -
CMYK 0 0.77 0.59 0.22
HSL 345.97º 0.63% 0.48% -
HSV(B) 345.97º 0.77% 0.78% -
XYZ 25.98 14.61 9.24 -
YUV 95.15 120.02 202.07 -
System Red Green Blue C M Y K H S L
Decimal 199 45 81 0 0.77 0.59 0.22 345.97 0.63 0.48
Hex C7 2D 51 0 4D 3B 16 15A 3F 30
Octal 307 55 121 0 115 73 26 532 77 60
Binary 11000111 101101 1010001 0 1001101 111011 10110 101011010 111111 110000

Color Harmonies of #C72D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72D51

Black with #C72D51

Text Example


Text Example

White with #C72D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72D51; }

 p { color: rgb(199,45,81); }

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

background-color css

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

 a { background-color: rgb(199,45,81); }

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

border-color css

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

 span { border-color: rgb(199,45,81); }

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