Html Css Color HEX #C53732 Persian Red

📋 copy color: '#C53732'

red 197 ◦ green 55 ◦ blue 50

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

Shades of Persian Red #C53732

Tints of Persian Red #C53732

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.21%

 BLUE value IS 50 (19.92% from 255) = 16.56%

R = 65.23%
G = 18.21%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C53732 (or 0xC53732) is known color: Persian Red. HEX triplet: C5, 37 and 32. RGB value is (197,55,50). Sum of RGB (Red+Green+Blue) = 197+55+50=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C53732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53732 is #3AC8CD. Grayscale: #616161. Windows color (decimal): -3852494 or 3291077. OLE color: 3291077.

HSL color Cylindrical-coordinate representation of color #C53732: hue angle of 2.04º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53732 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 55 50 -
CMYK 0 0.72 0.75 0.23
HSL 2.04º 0.6% 0.48% -
HSV(B) 2.04º 0.75% 0.77% -
XYZ 24.97 14.83 4.56 -
YUV 96.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 197 55 50 0 0.72 0.75 0.23 2.04 0.6 0.48
Hex C5 37 32 0 48 4B 17 2 3C 30
Octal 305 67 62 0 110 113 27 2 74 60
Binary 11000101 110111 110010 0 1001000 1001011 10111 10 111100 110000

Color Harmonies of #C53732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53732

Black with #C53732

Text Example


Text Example

White with #C53732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53732; }

 p { color: rgb(197,55,50); }

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

background-color css

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

 a { background-color: rgb(197,55,50); }

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

border-color css

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

 span { border-color: rgb(197,55,50); }

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