Html Css Color HEX #C53C2E Persian Red

📋 copy color: '#C53C2E'

red 197 ◦ green 60 ◦ blue 46

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

Shades of Persian Red #C53C2E

Tints of Persian Red #C53C2E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.8%

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

R = 65.02%
G = 19.8%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C53C2E (or 0xC53C2E) is known color: Persian Red. HEX triplet: C5, 3C and 2E. RGB value is (197,60,46). Sum of RGB (Red+Green+Blue) = 197+60+46=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53C2E is #3AC3D1. Grayscale: #636363. Windows color (decimal): -3851218 or 3030213. OLE color: 3030213.

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

Color convert

RGB 197 60 46 -
CMYK 0 0.70 0.77 0.23
HSL 5.56º 0.62% 0.48% -
HSV(B) 5.56º 0.77% 0.77% -
XYZ 25.13 15.3 4.21 -
YUV 99.37 97.89 197.64 -
System Red Green Blue C M Y K H S L
Decimal 197 60 46 0 0.70 0.77 0.23 5.56 0.62 0.48
Hex C5 3C 2E 0 46 4D 17 6 3E 30
Octal 305 74 56 0 106 115 27 6 76 60
Binary 11000101 111100 101110 0 1000110 1001101 10111 110 111110 110000

Color Harmonies of #C53C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53C2E

Black with #C53C2E

Text Example


Text Example

White with #C53C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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