Html Css Color HEX #C53425 Persian Red

📋 copy color: '#C53425'

red 197 ◦ green 52 ◦ blue 37

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

Shades of Persian Red #C53425

Tints of Persian Red #C53425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.18%

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

R = 68.88%
G = 18.18%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C53425 (or 0xC53425) is known color: Persian Red. HEX triplet: C5, 34 and 25. RGB value is (197,52,37). Sum of RGB (Red+Green+Blue) = 197+52+37=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C53425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53425 is #3ACBDA. Grayscale: #5D5D5D. Windows color (decimal): -3853275 or 2438341. OLE color: 2438341.

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

Color convert

RGB 197 52 37 -
CMYK 0 0.74 0.81 0.23
HSL 5.63º 0.68% 0.46% -
HSV(B) 5.63º 0.81% 0.77% -
XYZ 24.59 14.46 3.25 -
YUV 93.65 96.04 201.72 -
System Red Green Blue C M Y K H S L
Decimal 197 52 37 0 0.74 0.81 0.23 5.63 0.68 0.46
Hex C5 34 25 0 4A 51 17 6 44 2E
Octal 305 64 45 0 112 121 27 6 104 56
Binary 11000101 110100 100101 0 1001010 1010001 10111 110 1000100 101110

Color Harmonies of #C53425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53425

Black with #C53425

Text Example


Text Example

White with #C53425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53425; }

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

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

background-color css

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

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

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

border-color css

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

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

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