Html Css Color HEX #C52A25 Persian Red

📋 copy color: '#C52A25'

red 197 ◦ green 42 ◦ blue 37

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

Shades of Persian Red #C52A25

Tints of Persian Red #C52A25

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.22%

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

R = 71.38%
G = 15.22%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C52A25 (or 0xC52A25) is known color: Persian Red. HEX triplet: C5, 2A and 25. RGB value is (197,42,37). Sum of RGB (Red+Green+Blue) = 197+42+37=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52A25 is #3AD5DA. Grayscale: #575757. Windows color (decimal): -3855835 or 2435781. OLE color: 2435781.

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

Color convert

RGB 197 42 37 -
CMYK 0 0.79 0.81 0.23
HSL 1.88º 0.68% 0.46% -
HSV(B) 1.88º 0.81% 0.77% -
XYZ 24.19 13.66 3.11 -
YUV 87.78 99.35 205.91 -
System Red Green Blue C M Y K H S L
Decimal 197 42 37 0 0.79 0.81 0.23 1.88 0.68 0.46
Hex C5 2A 25 0 4F 51 17 2 44 2E
Octal 305 52 45 0 117 121 27 2 104 56
Binary 11000101 101010 100101 0 1001111 1010001 10111 10 1000100 101110

Color Harmonies of #C52A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52A25

Black with #C52A25

Text Example


Text Example

White with #C52A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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