Html Css Color HEX #C53232 Persian Red

📋 copy color: '#C53232'

red 197 ◦ green 50 ◦ blue 50

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

Shades of Persian Red #C53232

Tints of Persian Red #C53232

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.84%

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

R = 66.33%
G = 16.84%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C53232 (or 0xC53232) is known color: Persian Red. HEX triplet: C5, 32 and 32. RGB value is (197,50,50). Sum of RGB (Red+Green+Blue) = 197+50+50=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C53232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53232 is #3ACDCD. Grayscale: #5E5E5E. Windows color (decimal): -3853774 or 3289797. OLE color: 3289797.

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

Color convert

RGB 197 50 50 -
CMYK 0 0.75 0.75 0.23
HSL 0.6% 0.48% -
HSV(B) 0.75% 0.77% -
XYZ 24.74 14.38 4.49 -
YUV 93.95 103.2 201.5 -
System Red Green Blue C M Y K H S L
Decimal 197 50 50 0 0.75 0.75 0.23 0 0.6 0.48
Hex C5 32 32 0 4B 4B 17 0 3C 30
Octal 305 62 62 0 113 113 27 0 74 60
Binary 11000101 110010 110010 0 1001011 1001011 10111 0 111100 110000

Color Harmonies of #C53232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53232

Black with #C53232

Text Example


Text Example

White with #C53232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53232; }

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

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

background-color css

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

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

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

border-color css

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

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

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