#C8322F

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

Shades of Persian Red #C8322F

Tints of Persian Red #C8322F

Color information

#C8322F (or 0xC8322F) is unknown color: approx Persian Red. HEX triplet: C8, 32 and 2F. RGB value is (200,50,47). Sum of RGB (Red+Green+Blue) = 200+50+47=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C8322F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8322F is #37CDD0. Grayscale: #5E5E5E. Windows color (decimal): -3657169 or 3093192. OLE color: 3093192.

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

Color convert

RGB2005047-
CMYK00.750.760.22
HSL1.18º61.94%48.43%-
HSV(B)1.18º76.5%78.43%-
XYZ25.4714.774.2-
YUV94.51101.2203.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 67.34%
GREEN value IS 50 (19.92% from 255) = 16.84%
BLUE value IS 47 (18.75% from 255) = 15.82%
R=67.34%
G=16.84%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200504700.750.760.221.1861.9448.43
HexC8322F04B4C1613e30
Octal310625701131142617660
Binary11001000110010101111010010111001100101101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8322F; }

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

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

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

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

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

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

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

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