Html Css Color HEX #C53D32 Persian Red

📋 copy color: '#C53D32'

red 197 ◦ green 61 ◦ blue 50

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

Shades of Persian Red #C53D32

Tints of Persian Red #C53D32

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.81%

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

R = 63.96%
G = 19.81%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C53D32 (or 0xC53D32) is known color: Persian Red. HEX triplet: C5, 3D and 32. RGB value is (197,61,50). Sum of RGB (Red+Green+Blue) = 197+61+50=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53D32 is #3AC2CD. Grayscale: #646464. Windows color (decimal): -3850958 or 3292613. OLE color: 3292613.

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

Color convert

RGB 197 61 50 -
CMYK 0 0.69 0.75 0.23
HSL 4.49º 0.6% 0.48% -
HSV(B) 4.49º 0.75% 0.77% -
XYZ 25.27 15.44 4.67 -
YUV 100.41 99.56 196.89 -
System Red Green Blue C M Y K H S L
Decimal 197 61 50 0 0.69 0.75 0.23 4.49 0.6 0.48
Hex C5 3D 32 0 45 4B 17 4 3C 30
Octal 305 75 62 0 105 113 27 4 74 60
Binary 11000101 111101 110010 0 1000101 1001011 10111 100 111100 110000

Color Harmonies of #C53D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53D32

Black with #C53D32

Text Example


Text Example

White with #C53D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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