Html Css Color HEX #C53125 Persian Red

📋 copy color: '#C53125'

red 197 ◦ green 49 ◦ blue 37

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

Shades of Persian Red #C53125

Tints of Persian Red #C53125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.31%

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

R = 69.61%
G = 17.31%
B = 13.07%

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

#C53125 (or 0xC53125) is known color: Persian Red. HEX triplet: C5, 31 and 25. RGB value is (197,49,37). Sum of RGB (Red+Green+Blue) = 197+49+37=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C53125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53125 is #3ACEDA. Grayscale: #5C5C5C. Windows color (decimal): -3854043 or 2437573. OLE color: 2437573.

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

Color convert

RGB 197 49 37 -
CMYK 0 0.75 0.81 0.23
HSL 4.5º 0.68% 0.46% -
HSV(B) 4.5º 0.81% 0.77% -
XYZ 24.46 14.2 3.2 -
YUV 91.88 97.03 202.98 -
System Red Green Blue C M Y K H S L
Decimal 197 49 37 0 0.75 0.81 0.23 4.5 0.68 0.46
Hex C5 31 25 0 4B 51 17 4 44 2E
Octal 305 61 45 0 113 121 27 4 104 56
Binary 11000101 110001 100101 0 1001011 1010001 10111 100 1000100 101110

Color Harmonies of #C53125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53125

Black with #C53125

Text Example


Text Example

White with #C53125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53125; }

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

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

background-color css

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

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

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

border-color css

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

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

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