Html Css Color HEX #C53727 Persian Red

📋 copy color: '#C53727'

red 197 ◦ green 55 ◦ blue 39

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

Shades of Persian Red #C53727

Tints of Persian Red #C53727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.4%

R = 67.7%
G = 18.9%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C53727 (or 0xC53727) is known color: Persian Red. HEX triplet: C5, 37 and 27. RGB value is (197,55,39). Sum of RGB (Red+Green+Blue) = 197+55+39=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C53727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53727 is #3AC8D8. Grayscale: #5F5F5F. Windows color (decimal): -3852505 or 2570181. OLE color: 2570181.

HSL color Cylindrical-coordinate representation of color #C53727: hue angle of 6.08º degrees, saturation: 0.67, 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 #C53727 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 55 39 -
CMYK 0 0.72 0.80 0.23
HSL 6.08º 0.67% 0.46% -
HSV(B) 6.08º 0.8% 0.77% -
XYZ 24.76 14.75 3.46 -
YUV 95.63 96.04 200.3 -
System Red Green Blue C M Y K H S L
Decimal 197 55 39 0 0.72 0.80 0.23 6.08 0.67 0.46
Hex C5 37 27 0 48 50 17 6 43 2E
Octal 305 67 47 0 110 120 27 6 103 56
Binary 11000101 110111 100111 0 1001000 1010000 10111 110 1000011 101110

Color Harmonies of #C53727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53727

Black with #C53727

Text Example


Text Example

White with #C53727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53727; }

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

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

background-color css

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

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

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

border-color css

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

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

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