Html Css Color HEX #C53225 Persian Red

📋 copy color: '#C53225'

red 197 ◦ green 50 ◦ blue 37

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

Shades of Persian Red #C53225

Tints of Persian Red #C53225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.03%

R = 69.37%
G = 17.61%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C53225 (or 0xC53225) is known color: Persian Red. HEX triplet: C5, 32 and 25. RGB value is (197,50,37). Sum of RGB (Red+Green+Blue) = 197+50+37=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C53225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53225 is #3ACDDA. Grayscale: #5C5C5C. Windows color (decimal): -3853787 or 2437829. OLE color: 2437829.

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

Color convert

RGB 197 50 37 -
CMYK 0 0.75 0.81 0.23
HSL 4.88º 0.68% 0.46% -
HSV(B) 4.88º 0.81% 0.77% -
XYZ 24.5 14.29 3.22 -
YUV 92.47 96.7 202.56 -
System Red Green Blue C M Y K H S L
Decimal 197 50 37 0 0.75 0.81 0.23 4.88 0.68 0.46
Hex C5 32 25 0 4B 51 17 5 44 2E
Octal 305 62 45 0 113 121 27 5 104 56
Binary 11000101 110010 100101 0 1001011 1010001 10111 101 1000100 101110

Color Harmonies of #C53225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53225

Black with #C53225

Text Example


Text Example

White with #C53225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53225; }

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

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

background-color css

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

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

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

border-color css

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

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

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