#C83939

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

Shades of Persian Red #C83939

Tints of Persian Red #C83939

Color information

#C83939 (or 0xC83939) is unknown color: approx Persian Red. HEX triplet: C8, 39 and 39. RGB value is (200,57,57). Sum of RGB (Red+Green+Blue) = 200+57+57=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C83939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83939 is #37C6C6. Grayscale: #636363. Windows color (decimal): -3655367 or 3750344. OLE color: 3750344.

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

Color convert

RGB2005757-
CMYK00.720.720.22
HSL56.52%50.39%-
HSV(B)71.5%78.43%-
XYZ26.0215.55.49-
YUV99.76103.88199.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.69%
GREEN value IS 57 (22.66% from 255) = 18.15%
BLUE value IS 57 (22.66% from 255) = 18.15%
R=63.69%
G=18.15%
B=18.15%

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
Decimal200575700.720.720.22056.5250.39
HexC83939048481603932
Octal310717101101102607162
Binary11001000111001111001010010001001000101100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83939; }

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

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

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

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

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

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

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

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