#C84035

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

Shades of Persian Red #C84035

Tints of Persian Red #C84035

Color information

#C84035 (or 0xC84035) is unknown color: approx Persian Red. HEX triplet: C8, 40 and 35. RGB value is (200,64,53). Sum of RGB (Red+Green+Blue) = 200+64+53=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C84035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84035 is #37BFCA. Grayscale: #676767. Windows color (decimal): -3653579 or 3489992. OLE color: 3489992.

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

Color convert

RGB2006453-
CMYK00.680.740.22
HSL4.49º58.1%49.61%-
HSV(B)4.49º73.5%78.43%-
XYZ26.316.25.11-
YUV103.4199.56196.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.09%
GREEN value IS 64 (25.39% from 255) = 20.19%
BLUE value IS 53 (21.09% from 255) = 16.72%
R=63.09%
G=20.19%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200645300.680.740.224.4958.149.61
HexC840350444A1643a32
Octal3101006501041122647262
Binary11001000100000011010101000100100101010110100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84035; }

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

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

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

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

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

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

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

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