Html Css Color HEX #C53A2E Persian Red

📋 copy color: '#C53A2E'

red 197 ◦ green 58 ◦ blue 46

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

Shades of Persian Red #C53A2E

Tints of Persian Red #C53A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.28%

R = 65.45%
G = 19.27%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C53A2E (or 0xC53A2E) is known color: Persian Red. HEX triplet: C5, 3A and 2E. RGB value is (197,58,46). Sum of RGB (Red+Green+Blue) = 197+58+46=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53A2E is #3AC5D1. Grayscale: #626262. Windows color (decimal): -3851730 or 3029701. OLE color: 3029701.

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

Color convert

RGB 197 58 46 -
CMYK 0 0.71 0.77 0.23
HSL 4.77º 0.62% 0.48% -
HSV(B) 4.77º 0.77% 0.77% -
XYZ 25.03 15.09 4.18 -
YUV 98.19 98.55 198.48 -
System Red Green Blue C M Y K H S L
Decimal 197 58 46 0 0.71 0.77 0.23 4.77 0.62 0.48
Hex C5 3A 2E 0 47 4D 17 5 3E 30
Octal 305 72 56 0 107 115 27 5 76 60
Binary 11000101 111010 101110 0 1000111 1001101 10111 101 111110 110000

Color Harmonies of #C53A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53A2E

Black with #C53A2E

Text Example


Text Example

White with #C53A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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