#C93F37

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

Shades of Persian Red #C93F37

Tints of Persian Red #C93F37

Color information

#C93F37 (or 0xC93F37) is unknown color: approx Persian Red. HEX triplet: C9, 3F and 37. RGB value is (201,63,55). Sum of RGB (Red+Green+Blue) = 201+63+55=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 55 (21.88% from 255 or 17.24% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93F37 is #36C0C8. Grayscale: #676767. Windows color (decimal): -3588297 or 3620809. OLE color: 3620809.

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

Color convert

RGB2016355-
CMYK00.690.730.21
HSL3.29º57.48%50.2%-
HSV(B)3.29º72.64%78.82%-
XYZ26.5516.255.35-
YUV103.35100.72197.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 63.01%
GREEN value IS 63 (25% from 255) = 19.75%
BLUE value IS 55 (21.88% from 255) = 17.24%
R=63.01%
G=19.75%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201635500.690.730.213.2957.4850.2
HexC93F37045491533932
Octal311776701051112537162
Binary110010011111111101110100010110010011010111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93F37; }

 p { color: rgb(201,63,55); }

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

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

 a { background-color: rgb(201,63,55); }

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

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

 span { border-color: rgb(201,63,55); }

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