Html Css Color HEX #C53224 Persian Red

📋 copy color: '#C53224'

red 197 ◦ green 50 ◦ blue 36

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

Shades of Persian Red #C53224

Tints of Persian Red #C53224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.67%

 BLUE value IS 36 (14.45% from 255) = 12.72%

R = 69.61%
G = 17.67%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#C53224 (or 0xC53224) is known color: Persian Red. HEX triplet: C5, 32 and 24. RGB value is (197,50,36). Sum of RGB (Red+Green+Blue) = 197+50+36=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C53224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53224 is #3ACDDB. Grayscale: #5C5C5C. Windows color (decimal): -3853788 or 2372293. OLE color: 2372293.

HSL color Cylindrical-coordinate representation of color #C53224: hue angle of 5.22º 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 #C53224 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 50 36 -
CMYK 0 0.75 0.82 0.23
HSL 5.22º 0.69% 0.46% -
HSV(B) 5.22º 0.82% 0.77% -
XYZ 24.49 14.28 3.13 -
YUV 92.36 96.2 202.64 -
System Red Green Blue C M Y K H S L
Decimal 197 50 36 0 0.75 0.82 0.23 5.22 0.69 0.46
Hex C5 32 24 0 4B 52 17 5 45 2E
Octal 305 62 44 0 113 122 27 5 105 56
Binary 11000101 110010 100100 0 1001011 1010010 10111 101 1000101 101110

Color Harmonies of #C53224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53224

Black with #C53224

Text Example


Text Example

White with #C53224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53224; }

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

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

background-color css

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

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

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

border-color css

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

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

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