Html Css Color HEX #C53528 Persian Red

📋 copy color: '#C53528'

red 197 ◦ green 53 ◦ blue 40

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

Shades of Persian Red #C53528

Tints of Persian Red #C53528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.79%

R = 67.93%
G = 18.28%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C53528 (or 0xC53528) is known color: Persian Red. HEX triplet: C5, 35 and 28. RGB value is (197,53,40). Sum of RGB (Red+Green+Blue) = 197+53+40=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C53528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53528 is #3ACAD7. Grayscale: #5E5E5E. Windows color (decimal): -3853016 or 2635205. OLE color: 2635205.

HSL color Cylindrical-coordinate representation of color #C53528: hue angle of 4.97º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C53528 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 53 40 -
CMYK 0 0.73 0.80 0.23
HSL 4.97º 0.66% 0.46% -
HSV(B) 4.97º 0.8% 0.77% -
XYZ 24.68 14.57 3.52 -
YUV 94.57 97.21 201.06 -
System Red Green Blue C M Y K H S L
Decimal 197 53 40 0 0.73 0.80 0.23 4.97 0.66 0.46
Hex C5 35 28 0 49 50 17 5 42 2E
Octal 305 65 50 0 111 120 27 5 102 56
Binary 11000101 110101 101000 0 1001001 1010000 10111 101 1000010 101110

Color Harmonies of #C53528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53528

Black with #C53528

Text Example


Text Example

White with #C53528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53528; }

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

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

background-color css

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

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

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

border-color css

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

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

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