#C83937

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

Shades of Persian Red #C83937

Tints of Persian Red #C83937

Color information

#C83937 (or 0xC83937) is unknown color: approx Persian Red. HEX triplet: C8, 39 and 37. RGB value is (200,57,55). Sum of RGB (Red+Green+Blue) = 200+57+55=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C83937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83937 is #37C6C8. Grayscale: #636363. Windows color (decimal): -3655369 or 3619272. OLE color: 3619272.

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

Color convert

RGB2005755-
CMYK00.720.720.22
HSL0.83º56.86%50%-
HSV(B)0.83º72.5%78.43%-
XYZ25.9715.485.23-
YUV99.53102.88199.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 64.10%
GREEN value IS 57 (22.66% from 255) = 18.27%
BLUE value IS 55 (21.88% from 255) = 17.63%
R=64.10%
G=18.27%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200575500.720.720.220.8356.8650
HexC83937048481613932
Octal310716701101102617162
Binary11001000111001110111010010001001000101101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83937; }

 p { color: rgb(200,57,55); }

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

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

 a { background-color: rgb(200,57,55); }

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

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

 span { border-color: rgb(200,57,55); }

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