Html Css Color HEX #C52454 Old Rose

📋 copy color: '#C52454'

red 197 ◦ green 36 ◦ blue 84

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

Shades of Old Rose #C52454

Tints of Old Rose #C52454

RGB

 RED value IS 197 (77.34% from 255) = 62.15%

 GREEN value IS 36 (14.45% from 255) = 11.36%

 BLUE value IS 84 (33.2% from 255) = 26.5%

R = 62.15%
G = 11.36%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C52454 (or 0xC52454) is known color: Old Rose. HEX triplet: C5, 24 and 54. RGB value is (197,36,84). Sum of RGB (Red+Green+Blue) = 197+36+84=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C52454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52454 is #3ADBAB. Grayscale: #595959. Windows color (decimal): -3857324 or 5514437. OLE color: 5514437.

HSL color Cylindrical-coordinate representation of color #C52454: hue angle of 342.11º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52454 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 36 84 -
CMYK 0 0.82 0.57 0.23
HSL 342.11º 0.69% 0.46% -
HSV(B) 342.11º 0.82% 0.77% -
XYZ 25.26 13.77 9.71 -
YUV 89.61 124.84 204.6 -
System Red Green Blue C M Y K H S L
Decimal 197 36 84 0 0.82 0.57 0.23 342.11 0.69 0.46
Hex C5 24 54 0 52 39 17 156 45 2E
Octal 305 44 124 0 122 71 27 526 105 56
Binary 11000101 100100 1010100 0 1010010 111001 10111 101010110 1000101 101110

Color Harmonies of #C52454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52454

Black with #C52454

Text Example


Text Example

White with #C52454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52454; }

 p { color: rgb(197,36,84); }

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

background-color css

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

 a { background-color: rgb(197,36,84); }

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

border-color css

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

 span { border-color: rgb(197,36,84); }

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