#C8312F

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

Shades of Persian Red #C8312F

Tints of Persian Red #C8312F

Color information

#C8312F (or 0xC8312F) is unknown color: approx Persian Red. HEX triplet: C8, 31 and 2F. RGB value is (200,49,47). Sum of RGB (Red+Green+Blue) = 200+49+47=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C8312F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8312F is #37CED0. Grayscale: #5E5E5E. Windows color (decimal): -3657425 or 3092936. OLE color: 3092936.

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

Color convert

RGB2004947-
CMYK00.760.760.22
HSL0.78º61.94%48.43%-
HSV(B)0.78º76.5%78.43%-
XYZ25.4314.684.18-
YUV93.92101.53203.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 67.57%
GREEN value IS 49 (19.53% from 255) = 16.55%
BLUE value IS 47 (18.75% from 255) = 15.88%
R=67.57%
G=16.55%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200494700.760.760.220.7861.9448.43
HexC8312F04C4C1613e30
Octal310615701141142617660
Binary11001000110001101111010011001001100101101111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8312F; }

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

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

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

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

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

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

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

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