Html Css Color HEX #C7224B Old Rose

📋 copy color: '#C7224B'

red 199 ◦ green 34 ◦ blue 75

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

Shades of Old Rose #C7224B

Tints of Old Rose #C7224B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.04%

 BLUE value IS 75 (29.69% from 255) = 24.35%

R = 64.61%
G = 11.04%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7224B (or 0xC7224B) is known color: Old Rose. HEX triplet: C7, 22 and 4B. RGB value is (199,34,75). Sum of RGB (Red+Green+Blue) = 199+34+75=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C7224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7224B is #38DDB4. Grayscale: #585858. Windows color (decimal): -3726773 or 4924103. OLE color: 4924103.

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

Color convert

RGB 199 34 75 -
CMYK 0 0.83 0.62 0.22
HSL 345.09º 0.71% 0.46% -
HSV(B) 345.09º 0.83% 0.78% -
XYZ 25.4 13.79 7.98 -
YUV 88.01 120.66 207.17 -
System Red Green Blue C M Y K H S L
Decimal 199 34 75 0 0.83 0.62 0.22 345.09 0.71 0.46
Hex C7 22 4B 0 53 3E 16 159 47 2E
Octal 307 42 113 0 123 76 26 531 107 56
Binary 11000111 100010 1001011 0 1010011 111110 10110 101011001 1000111 101110

Color Harmonies of #C7224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7224B

Black with #C7224B

Text Example


Text Example

White with #C7224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7224B; }

 p { color: rgb(199,34,75); }

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

background-color css

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

 a { background-color: rgb(199,34,75); }

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

border-color css

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

 span { border-color: rgb(199,34,75); }

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