Html Css Color HEX #C53525 Persian Red

📋 copy color: '#C53525'

red 197 ◦ green 53 ◦ blue 37

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

Shades of Persian Red #C53525

Tints of Persian Red #C53525

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.47%

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

R = 68.64%
G = 18.47%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C53525 (or 0xC53525) is known color: Persian Red. HEX triplet: C5, 35 and 25. RGB value is (197,53,37). Sum of RGB (Red+Green+Blue) = 197+53+37=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C53525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53525 is #3ACADA. Grayscale: #5E5E5E. Windows color (decimal): -3853019 or 2438597. OLE color: 2438597.

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

Color convert

RGB 197 53 37 -
CMYK 0 0.73 0.81 0.23
HSL 0.68% 0.46% -
HSV(B) 0.81% 0.77% -
XYZ 24.63 14.55 3.26 -
YUV 94.23 95.71 201.3 -
System Red Green Blue C M Y K H S L
Decimal 197 53 37 0 0.73 0.81 0.23 6 0.68 0.46
Hex C5 35 25 0 49 51 17 6 44 2E
Octal 305 65 45 0 111 121 27 6 104 56
Binary 11000101 110101 100101 0 1001001 1010001 10111 110 1000100 101110

Color Harmonies of #C53525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53525

Black with #C53525

Text Example


Text Example

White with #C53525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53525; }

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

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

background-color css

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

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

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

border-color css

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

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

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