Html Css Color HEX #C53231 Persian Red

📋 copy color: '#C53231'

red 197 ◦ green 50 ◦ blue 49

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

Shades of Persian Red #C53231

Tints of Persian Red #C53231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.55%

R = 66.55%
G = 16.89%
B = 16.55%

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

#C53231 (or 0xC53231) is known color: Persian Red. HEX triplet: C5, 32 and 31. RGB value is (197,50,49). Sum of RGB (Red+Green+Blue) = 197+50+49=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C53231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53231 is #3ACDCE. Grayscale: #5D5D5D. Windows color (decimal): -3853775 or 3224261. OLE color: 3224261.

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

Color convert

RGB 197 50 49 -
CMYK 0 0.75 0.75 0.23
HSL 0.41º 0.6% 0.48% -
HSV(B) 0.41º 0.75% 0.77% -
XYZ 24.72 14.37 4.38 -
YUV 93.84 102.7 201.58 -
System Red Green Blue C M Y K H S L
Decimal 197 50 49 0 0.75 0.75 0.23 0.41 0.6 0.48
Hex C5 32 31 0 4B 4B 17 0 3C 30
Octal 305 62 61 0 113 113 27 0 74 60
Binary 11000101 110010 110001 0 1001011 1001011 10111 0 111100 110000

Color Harmonies of #C53231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53231

Black with #C53231

Text Example


Text Example

White with #C53231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53231; }

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

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

background-color css

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

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

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

border-color css

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

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

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