Html Css Color HEX #C53532 Persian Red

📋 copy color: '#C53532'

red 197 ◦ green 53 ◦ blue 50

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

Shades of Persian Red #C53532

Tints of Persian Red #C53532

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.67%

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

R = 65.67%
G = 17.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C53532 (or 0xC53532) is known color: Persian Red. HEX triplet: C5, 35 and 32. RGB value is (197,53,50). Sum of RGB (Red+Green+Blue) = 197+53+50=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C53532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53532 is #3ACACD. Grayscale: #5F5F5F. Windows color (decimal): -3853006 or 3290565. OLE color: 3290565.

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

Color convert

RGB 197 53 50 -
CMYK 0 0.73 0.75 0.23
HSL 1.22º 0.6% 0.48% -
HSV(B) 1.22º 0.75% 0.77% -
XYZ 24.87 14.65 4.53 -
YUV 95.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 197 53 50 0 0.73 0.75 0.23 1.22 0.6 0.48
Hex C5 35 32 0 49 4B 17 1 3C 30
Octal 305 65 62 0 111 113 27 1 74 60
Binary 11000101 110101 110010 0 1001001 1001011 10111 1 111100 110000

Color Harmonies of #C53532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53532

Black with #C53532

Text Example


Text Example

White with #C53532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53532; }

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

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

background-color css

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

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

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

border-color css

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

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

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