Html Css Color HEX #C53736 Persian Red

📋 copy color: '#C53736'

red 197 ◦ green 55 ◦ blue 54

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

Shades of Persian Red #C53736

Tints of Persian Red #C53736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.65%

R = 64.38%
G = 17.97%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C53736 (or 0xC53736) is known color: Persian Red. HEX triplet: C5, 37 and 36. RGB value is (197,55,54). Sum of RGB (Red+Green+Blue) = 197+55+54=306 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.38% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 197 - color contains mainly: red. Hex color #C53736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53736 is #3AC8C9. Grayscale: #616161. Windows color (decimal): -3852490 or 3553221. OLE color: 3553221.

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

Color convert

RGB 197 55 54 -
CMYK 0 0.72 0.73 0.23
HSL 0.42º 0.57% 0.49% -
HSV(B) 0.42º 0.73% 0.77% -
XYZ 25.06 14.87 5.04 -
YUV 97.34 103.54 199.08 -
System Red Green Blue C M Y K H S L
Decimal 197 55 54 0 0.72 0.73 0.23 0.42 0.57 0.49
Hex C5 37 36 0 48 49 17 0 39 31
Octal 305 67 66 0 110 111 27 0 71 61
Binary 11000101 110111 110110 0 1001000 1001001 10111 0 111001 110001

Color Harmonies of #C53736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53736

Black with #C53736

Text Example


Text Example

White with #C53736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53736; }

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

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

background-color css

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

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

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

border-color css

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

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

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