Html Css Color HEX #C53B3A Persian Red

📋 copy color: '#C53B3A'

red 197 ◦ green 59 ◦ blue 58

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

Shades of Persian Red #C53B3A

Tints of Persian Red #C53B3A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.79%

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

R = 62.74%
G = 18.79%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C53B3A (or 0xC53B3A) is known color: Persian Red. HEX triplet: C5, 3B and 3A. RGB value is (197,59,58). Sum of RGB (Red+Green+Blue) = 197+59+58=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53B3A is #3AC4C5. Grayscale: #646464. Windows color (decimal): -3851462 or 3816389. OLE color: 3816389.

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

Color convert

RGB 197 59 58 -
CMYK 0 0.70 0.71 0.23
HSL 0.43º 0.55% 0.5% -
HSV(B) 0.43º 0.71% 0.77% -
XYZ 25.35 15.3 5.62 -
YUV 100.15 104.22 197.08 -
System Red Green Blue C M Y K H S L
Decimal 197 59 58 0 0.70 0.71 0.23 0.43 0.55 0.5
Hex C5 3B 3A 0 46 47 17 0 37 32
Octal 305 73 72 0 106 107 27 0 67 62
Binary 11000101 111011 111010 0 1000110 1000111 10111 0 110111 110010

Color Harmonies of #C53B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53B3A

Black with #C53B3A

Text Example


Text Example

White with #C53B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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