#C53E2E

Color #C53E2E Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #C53E2E

Tints of Persian Red #C53E2E

Color information

#C53E2E (or 0xC53E2E) is unknown color: approx Persian Red. HEX triplet: C5, 3E and 2E. RGB value is (197,62,46). Sum of RGB (Red+Green+Blue) = 197+62+46=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53E2E is #3AC1D1. Grayscale: #646464. Windows color (decimal): -3850706 or 3030725. OLE color: 3030725.

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

Color convert

RGB1976246-
CMYK00.690.770.23
HSL6.36º62.14%47.65%-
HSV(B)6.36º76.65%77.25%-
XYZ25.2415.514.25-
YUV100.5497.23196.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 64.59%
GREEN value IS 62 (24.61% from 255) = 20.33%
BLUE value IS 46 (18.36% from 255) = 15.08%
R=64.59%
G=20.33%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197624600.690.770.236.3662.1447.65
HexC53E2E0454D1763e30
Octal305765601051152767660
Binary1100010111111010111001000101100110110111110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53E2E; }

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

 H1.HeaderClassName
 {
   color: #C53E2E;
 }
 .AnyTagClassName
 {
   color: #C53E2E;
 }
</style>
background-color css

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

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

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

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

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

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