#C93936

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

Shades of Persian Red #C93936

Tints of Persian Red #C93936

Color information

#C93936 (or 0xC93936) is unknown color: approx Persian Red. HEX triplet: C9, 39 and 36. RGB value is (201,57,54). Sum of RGB (Red+Green+Blue) = 201+57+54=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C93936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93936 is #36C6C9. Grayscale: #636363. Windows color (decimal): -3589834 or 3553737. OLE color: 3553737.

HSL color Cylindrical-coordinate representation of color #C93936: hue angle of 1.22º 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 #C93936 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB2015754-
CMYK00.720.730.21
HSL1.22º57.65%50%-
HSV(B)1.22º73.13%78.82%-
XYZ26.2215.615.12-
YUV99.71102.21200.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 64.42%
GREEN value IS 57 (22.66% from 255) = 18.27%
BLUE value IS 54 (21.48% from 255) = 17.31%
R=64.42%
G=18.27%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201575400.720.730.211.2257.6550
HexC93936048491513a32
Octal311716601101112517262
Binary11001001111001110110010010001001001101011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93936; }

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

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

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

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

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

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

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

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