Html Css Color HEX #C52725 Persian Red

📋 copy color: '#C52725'

red 197 ◦ green 39 ◦ blue 37

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

Shades of Persian Red #C52725

Tints of Persian Red #C52725

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.29%

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

R = 72.16%
G = 14.29%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C52725 (or 0xC52725) is known color: Persian Red. HEX triplet: C5, 27 and 25. RGB value is (197,39,37). Sum of RGB (Red+Green+Blue) = 197+39+37=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C52725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52725 is #3AD8DA. Grayscale: #565656. Windows color (decimal): -3856603 or 2435013. OLE color: 2435013.

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

Color convert

RGB 197 39 37 -
CMYK 0 0.80 0.81 0.23
HSL 0.75º 0.68% 0.46% -
HSV(B) 0.75º 0.81% 0.77% -
XYZ 24.09 13.45 3.08 -
YUV 86.01 100.35 207.16 -
System Red Green Blue C M Y K H S L
Decimal 197 39 37 0 0.80 0.81 0.23 0.75 0.68 0.46
Hex C5 27 25 0 50 51 17 1 44 2E
Octal 305 47 45 0 120 121 27 1 104 56
Binary 11000101 100111 100101 0 1010000 1010001 10111 1 1000100 101110

Color Harmonies of #C52725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52725

Black with #C52725

Text Example


Text Example

White with #C52725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52725; }

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

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

background-color css

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

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

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

border-color css

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

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

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