Html Css Color HEX #C7214F Old Rose

📋 copy color: '#C7214F'

red 199 ◦ green 33 ◦ blue 79

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

Shades of Old Rose #C7214F

Tints of Old Rose #C7214F

RGB

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

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

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

R = 63.99%
G = 10.61%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C7214F (or 0xC7214F) is known color: Old Rose. HEX triplet: C7, 21 and 4F. RGB value is (199,33,79). Sum of RGB (Red+Green+Blue) = 199+33+79=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7214F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7214F is #38DEB0. Grayscale: #575757. Windows color (decimal): -3727025 or 5185991. OLE color: 5185991.

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

Color convert

RGB 199 33 79 -
CMYK 0 0.83 0.60 0.22
HSL 343.37º 0.72% 0.45% -
HSV(B) 343.37º 0.83% 0.78% -
XYZ 25.51 13.79 8.72 -
YUV 87.88 123 207.26 -
System Red Green Blue C M Y K H S L
Decimal 199 33 79 0 0.83 0.60 0.22 343.37 0.72 0.45
Hex C7 21 4F 0 53 3C 16 157 48 2D
Octal 307 41 117 0 123 74 26 527 110 55
Binary 11000111 100001 1001111 0 1010011 111100 10110 101010111 1001000 101101

Color Harmonies of #C7214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7214F

Black with #C7214F

Text Example


Text Example

White with #C7214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7214F; }

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

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

background-color css

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

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

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

border-color css

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

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

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