Html Css Color HEX #C53F3A Persian Red

📋 copy color: '#C53F3A'

red 197 ◦ green 63 ◦ blue 58

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

Shades of Persian Red #C53F3A

Tints of Persian Red #C53F3A

RGB

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

 GREEN value IS 63 (25% from 255) = 19.81%

 BLUE value IS 58 (23.05% from 255) = 18.24%

R = 61.95%
G = 19.81%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C53F3A (or 0xC53F3A) is known color: Persian Red. HEX triplet: C5, 3F and 3A. RGB value is (197,63,58). Sum of RGB (Red+Green+Blue) = 197+63+58=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F3A is #3AC0C5. Grayscale: #666666. Windows color (decimal): -3850438 or 3817413. OLE color: 3817413.

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

Color convert

RGB 197 63 58 -
CMYK 0 0.68 0.71 0.23
HSL 2.16º 0.55% 0.5% -
HSV(B) 2.16º 0.71% 0.77% -
XYZ 25.57 15.73 5.69 -
YUV 102.5 102.89 195.41 -
System Red Green Blue C M Y K H S L
Decimal 197 63 58 0 0.68 0.71 0.23 2.16 0.55 0.5
Hex C5 3F 3A 0 44 47 17 2 37 32
Octal 305 77 72 0 104 107 27 2 67 62
Binary 11000101 111111 111010 0 1000100 1000111 10111 10 110111 110010

Color Harmonies of #C53F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F3A

Black with #C53F3A

Text Example


Text Example

White with #C53F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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