Html Css Color HEX #C53432 Persian Red

📋 copy color: '#C53432'

red 197 ◦ green 52 ◦ blue 50

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

Shades of Persian Red #C53432

Tints of Persian Red #C53432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.39%

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

R = 65.89%
G = 17.39%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C53432 (or 0xC53432) is known color: Persian Red. HEX triplet: C5, 34 and 32. RGB value is (197,52,50). Sum of RGB (Red+Green+Blue) = 197+52+50=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C53432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53432 is #3ACBCD. Grayscale: #5F5F5F. Windows color (decimal): -3853262 or 3290309. OLE color: 3290309.

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

Color convert

RGB 197 52 50 -
CMYK 0 0.74 0.75 0.23
HSL 0.82º 0.6% 0.48% -
HSV(B) 0.82º 0.75% 0.77% -
XYZ 24.83 14.56 4.52 -
YUV 95.13 102.54 200.66 -
System Red Green Blue C M Y K H S L
Decimal 197 52 50 0 0.74 0.75 0.23 0.82 0.6 0.48
Hex C5 34 32 0 4A 4B 17 1 3C 30
Octal 305 64 62 0 112 113 27 1 74 60
Binary 11000101 110100 110010 0 1001010 1001011 10111 1 111100 110000

Color Harmonies of #C53432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53432

Black with #C53432

Text Example


Text Example

White with #C53432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53432; }

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

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

background-color css

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

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

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

border-color css

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

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

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