#C84032

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

Shades of Persian Red #C84032

Tints of Persian Red #C84032

Color information

#C84032 (or 0xC84032) is unknown color: approx Persian Red. HEX triplet: C8, 40 and 32. RGB value is (200,64,50). Sum of RGB (Red+Green+Blue) = 200+64+50=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C84032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84032 is #37BFCD. Grayscale: #676767. Windows color (decimal): -3653582 or 3293384. OLE color: 3293384.

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

Color convert

RGB2006450-
CMYK00.680.750.22
HSL5.6º60%49.02%-
HSV(B)5.6º75%78.43%-
XYZ26.2316.184.76-
YUV103.0798.06197.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.69%
GREEN value IS 64 (25.39% from 255) = 20.38%
BLUE value IS 50 (19.92% from 255) = 15.92%
R=63.69%
G=20.38%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200645000.680.750.225.66049.02
HexC840320444B1663c31
Octal3101006201041132667461
Binary11001000100000011001001000100100101110110110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84032; }

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

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

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

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

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

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

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

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