#C93C2C

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

Shades of Persian Red #C93C2C

Tints of Persian Red #C93C2C

Color information

#C93C2C (or 0xC93C2C) is unknown color: approx Persian Red. HEX triplet: C9, 3C and 2C. RGB value is (201,60,44). Sum of RGB (Red+Green+Blue) = 201+60+44=305 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.90% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93C2C is #36C3D3. Grayscale: #646464. Windows color (decimal): -3589076 or 2899145. OLE color: 2899145.

HSL color Cylindrical-coordinate representation of color #C93C2C: hue angle of 6.11º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C93C2C is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB2016044-
CMYK00.700.780.21
HSL6.11º64.08%48.04%-
HSV(B)6.11º78.11%78.82%-
XYZ26.1615.834.06-
YUV100.3496.21199.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 65.90%
GREEN value IS 60 (23.83% from 255) = 19.67%
BLUE value IS 44 (17.58% from 255) = 14.43%
R=65.90%
G=19.67%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201604400.700.780.216.1164.0848.04
HexC93C2C0464E1564030
Octal3117454010611625610060
Binary11001001111100101100010001101001110101011101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93C2C; }

 p { color: rgb(201,60,44); }

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

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

 a { background-color: rgb(201,60,44); }

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

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

 span { border-color: rgb(201,60,44); }

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