Html Css Color HEX #C53D31 Persian Red

📋 copy color: '#C53D31'

red 197 ◦ green 61 ◦ blue 49

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

Shades of Persian Red #C53D31

Tints of Persian Red #C53D31

RGB

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

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

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

R = 64.17%
G = 19.87%
B = 15.96%

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

#C53D31 (or 0xC53D31) is known color: Persian Red. HEX triplet: C5, 3D and 31. RGB value is (197,61,49). Sum of RGB (Red+Green+Blue) = 197+61+49=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53D31 is #3AC2CE. Grayscale: #646464. Windows color (decimal): -3850959 or 3227077. OLE color: 3227077.

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

Color convert

RGB 197 61 49 -
CMYK 0 0.69 0.75 0.23
HSL 4.86º 0.6% 0.48% -
HSV(B) 4.86º 0.75% 0.77% -
XYZ 25.25 15.43 4.55 -
YUV 100.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 197 61 49 0 0.69 0.75 0.23 4.86 0.6 0.48
Hex C5 3D 31 0 45 4B 17 5 3C 30
Octal 305 75 61 0 105 113 27 5 74 60
Binary 11000101 111101 110001 0 1000101 1001011 10111 101 111100 110000

Color Harmonies of #C53D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53D31

Black with #C53D31

Text Example


Text Example

White with #C53D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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