#C83E36

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

Shades of Persian Red #C83E36

Tints of Persian Red #C83E36

Color information

#C83E36 (or 0xC83E36) is unknown color: approx Persian Red. HEX triplet: C8, 3E and 36. RGB value is (200,62,54). Sum of RGB (Red+Green+Blue) = 200+62+54=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83E36 is #37C1C9. Grayscale: #666666. Windows color (decimal): -3654090 or 3555016. OLE color: 3555016.

HSL color Cylindrical-coordinate representation of color #C83E36: hue angle of 3.29º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83E36 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB2006254-
CMYK00.690.730.22
HSL3.29º57.48%49.8%-
HSV(B)3.29º73%78.43%-
XYZ26.2115.995.2-
YUV102.35100.72197.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.29%
GREEN value IS 62 (24.61% from 255) = 19.62%
BLUE value IS 54 (21.48% from 255) = 17.09%
R=63.29%
G=19.62%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200625400.690.730.223.2957.4849.8
HexC83E36045491633932
Octal310766601051112637162
Binary110010001111101101100100010110010011011011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83E36; }

 p { color: rgb(200,62,54); }

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

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

 a { background-color: rgb(200,62,54); }

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

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

 span { border-color: rgb(200,62,54); }

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