Html Css Color HEX #C5214F Old Rose

📋 copy color: '#C5214F'

red 197 ◦ green 33 ◦ blue 79

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

Shades of Old Rose #C5214F

Tints of Old Rose #C5214F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.68%

 BLUE value IS 79 (31.25% from 255) = 25.57%

R = 63.75%
G = 10.68%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5214F (or 0xC5214F) is known color: Old Rose. HEX triplet: C5, 21 and 4F. RGB value is (197,33,79). Sum of RGB (Red+Green+Blue) = 197+33+79=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5214F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5214F is #3ADEB0. Grayscale: #575757. Windows color (decimal): -3858097 or 5185989. OLE color: 5185989.

HSL color Cylindrical-coordinate representation of color #C5214F: hue angle of 343.17º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5214F is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 33 79 -
CMYK 0 0.83 0.60 0.23
HSL 343.17º 0.71% 0.45% -
HSV(B) 343.17º 0.83% 0.77% -
XYZ 24.98 13.52 8.69 -
YUV 87.28 123.33 206.26 -
System Red Green Blue C M Y K H S L
Decimal 197 33 79 0 0.83 0.60 0.23 343.17 0.71 0.45
Hex C5 21 4F 0 53 3C 17 157 47 2D
Octal 305 41 117 0 123 74 27 527 107 55
Binary 11000101 100001 1001111 0 1010011 111100 10111 101010111 1000111 101101

Color Harmonies of #C5214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5214F

Black with #C5214F

Text Example


Text Example

White with #C5214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5214F; }

 p { color: rgb(197,33,79); }

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

background-color css

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

 a { background-color: rgb(197,33,79); }

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

border-color css

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

 span { border-color: rgb(197,33,79); }

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