#C93A36

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

Shades of Persian Red #C93A36

Tints of Persian Red #C93A36

Color information

#C93A36 (or 0xC93A36) is unknown color: approx Persian Red. HEX triplet: C9, 3A and 36. RGB value is (201,58,54). Sum of RGB (Red+Green+Blue) = 201+58+54=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93A36 is #36C5C9. Grayscale: #646464. Windows color (decimal): -3589578 or 3553993. OLE color: 3553993.

HSL color Cylindrical-coordinate representation of color #C93A36: hue angle of 1.63º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C93A36 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB2015854-
CMYK00.710.730.21
HSL1.63º57.65%50%-
HSV(B)1.63º73.13%78.82%-
XYZ26.2715.715.14-
YUV100.3101.88199.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 64.22%
GREEN value IS 58 (23.05% from 255) = 18.53%
BLUE value IS 54 (21.48% from 255) = 17.25%
R=64.22%
G=18.53%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201585400.710.730.211.6357.6550
HexC93A36047491523a32
Octal311726601071112527262
Binary110010011110101101100100011110010011010110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93A36; }

 p { color: rgb(201,58,54); }

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

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

 a { background-color: rgb(201,58,54); }

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

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

 span { border-color: rgb(201,58,54); }

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