Html Css Color HEX #C53C32 Persian Red

📋 copy color: '#C53C32'

red 197 ◦ green 60 ◦ blue 50

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

Shades of Persian Red #C53C32

Tints of Persian Red #C53C32

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.54%

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

R = 64.17%
G = 19.54%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C53C32 (or 0xC53C32) is known color: Persian Red. HEX triplet: C5, 3C and 32. RGB value is (197,60,50). Sum of RGB (Red+Green+Blue) = 197+60+50=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53C32 is #3AC3CD. Grayscale: #646464. Windows color (decimal): -3851214 or 3292357. OLE color: 3292357.

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

Color convert

RGB 197 60 50 -
CMYK 0 0.70 0.75 0.23
HSL 4.08º 0.6% 0.48% -
HSV(B) 4.08º 0.75% 0.77% -
XYZ 25.22 15.33 4.65 -
YUV 99.82 99.89 197.31 -
System Red Green Blue C M Y K H S L
Decimal 197 60 50 0 0.70 0.75 0.23 4.08 0.6 0.48
Hex C5 3C 32 0 46 4B 17 4 3C 30
Octal 305 74 62 0 106 113 27 4 74 60
Binary 11000101 111100 110010 0 1000110 1001011 10111 100 111100 110000

Color Harmonies of #C53C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53C32

Black with #C53C32

Text Example


Text Example

White with #C53C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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