Html Css Color HEX #C53A2F Persian Red

📋 copy color: '#C53A2F'

red 197 ◦ green 58 ◦ blue 47

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

Shades of Persian Red #C53A2F

Tints of Persian Red #C53A2F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.21%

 BLUE value IS 47 (18.75% from 255) = 15.56%

R = 65.23%
G = 19.21%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C53A2F (or 0xC53A2F) is known color: Persian Red. HEX triplet: C5, 3A and 2F. RGB value is (197,58,47). Sum of RGB (Red+Green+Blue) = 197+58+47=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A2F is #3AC5D0. Grayscale: #626262. Windows color (decimal): -3851729 or 3095237. OLE color: 3095237.

HSL color Cylindrical-coordinate representation of color #C53A2F: hue angle of 4.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C53A2F is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 58 47 -
CMYK 0 0.71 0.76 0.23
HSL 4.4º 0.61% 0.48% -
HSV(B) 4.4º 0.76% 0.77% -
XYZ 25.05 15.1 4.28 -
YUV 98.31 99.05 198.39 -
System Red Green Blue C M Y K H S L
Decimal 197 58 47 0 0.71 0.76 0.23 4.4 0.61 0.48
Hex C5 3A 2F 0 47 4C 17 4 3D 30
Octal 305 72 57 0 107 114 27 4 75 60
Binary 11000101 111010 101111 0 1000111 1001100 10111 100 111101 110000

Color Harmonies of #C53A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53A2F

Black with #C53A2F

Text Example


Text Example

White with #C53A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53A2F; }

 p { color: rgb(197,58,47); }

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

background-color css

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

 a { background-color: rgb(197,58,47); }

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

border-color css

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

 span { border-color: rgb(197,58,47); }

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