#C84039

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

Shades of Persian Red #C84039

Tints of Persian Red #C84039

Color information

#C84039 (or 0xC84039) is unknown color: approx Persian Red. HEX triplet: C8, 40 and 39. RGB value is (200,64,57). Sum of RGB (Red+Green+Blue) = 200+64+57=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C84039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84039 is #37BFC6. Grayscale: #686868. Windows color (decimal): -3653575 or 3752136. OLE color: 3752136.

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

Color convert

RGB2006457-
CMYK00.680.720.22
HSL2.94º56.52%50.39%-
HSV(B)2.94º71.5%78.43%-
XYZ26.3916.245.61-
YUV103.87101.56196.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 62.31%
GREEN value IS 64 (25.39% from 255) = 19.94%
BLUE value IS 57 (22.66% from 255) = 17.76%
R=62.31%
G=19.94%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200645700.680.720.222.9456.5250.39
HexC84039044481633932
Octal3101007101041102637162
Binary1100100010000001110010100010010010001011011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84039; }

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

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

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

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

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

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

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

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