Html Css Color HEX #C72F51 Old Rose

📋 copy color: '#C72F51'

red 199 ◦ green 47 ◦ blue 81

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

Shades of Old Rose #C72F51

Tints of Old Rose #C72F51

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.37%

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

R = 60.86%
G = 14.37%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C72F51 (or 0xC72F51) is known color: Old Rose. HEX triplet: C7, 2F and 51. RGB value is (199,47,81). Sum of RGB (Red+Green+Blue) = 199+47+81=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C72F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72F51 is #38D0AE. Grayscale: #606060. Windows color (decimal): -3723439 or 5320647. OLE color: 5320647.

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

Color convert

RGB 199 47 81 -
CMYK 0 0.76 0.59 0.22
HSL 346.58º 0.62% 0.48% -
HSV(B) 346.58º 0.76% 0.78% -
XYZ 26.05 14.77 9.26 -
YUV 96.32 119.36 201.24 -
System Red Green Blue C M Y K H S L
Decimal 199 47 81 0 0.76 0.59 0.22 346.58 0.62 0.48
Hex C7 2F 51 0 4C 3B 16 15B 3E 30
Octal 307 57 121 0 114 73 26 533 76 60
Binary 11000111 101111 1010001 0 1001100 111011 10110 101011011 111110 110000

Color Harmonies of #C72F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72F51

Black with #C72F51

Text Example


Text Example

White with #C72F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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