#C93F3E

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

Shades of Persian Red #C93F3E

Tints of Persian Red #C93F3E

Color information

#C93F3E (or 0xC93F3E) is unknown color: approx Persian Red. HEX triplet: C9, 3F and 3E. RGB value is (201,63,62). Sum of RGB (Red+Green+Blue) = 201+63+62=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93F3E is #36C0C1. Grayscale: #686868. Windows color (decimal): -3588290 or 4079561. OLE color: 4079561.

HSL color Cylindrical-coordinate representation of color #C93F3E: hue angle of 0.43º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93F3E is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB2016362-
CMYK00.690.690.21
HSL0.43º56.28%51.57%-
HSV(B)0.43º69.15%78.82%-
XYZ26.7316.326.3-
YUV104.15104.22197.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 61.66%
GREEN value IS 63 (25% from 255) = 19.33%
BLUE value IS 62 (24.61% from 255) = 19.02%
R=61.66%
G=19.33%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201636200.690.690.210.4356.2851.57
HexC93F3E045451503834
Octal311777601051052507064
Binary11001001111111111110010001011000101101010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93F3E; }

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

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

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

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

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

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

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

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