#C8302F

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

Shades of Persian Red #C8302F

Tints of Persian Red #C8302F

Color information

#C8302F (or 0xC8302F) is unknown color: approx Persian Red. HEX triplet: C8, 30 and 2F. RGB value is (200,48,47). Sum of RGB (Red+Green+Blue) = 200+48+47=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8302F is #37CFD0. Grayscale: #5D5D5D. Windows color (decimal): -3657681 or 3092680. OLE color: 3092680.

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

Color convert

RGB2004847-
CMYK00.760.760.22
HSL0.39º61.94%48.43%-
HSV(B)0.39º76.5%78.43%-
XYZ25.3914.64.17-
YUV93.33101.86204.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 67.80%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 47 (18.75% from 255) = 15.93%
R=67.80%
G=16.27%
B=15.93%

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
Decimal200484700.760.760.220.3961.9448.43
HexC8302F04C4C1603e30
Octal310605701141142607660
Binary11001000110000101111010011001001100101100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8302F; }

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

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

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

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

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

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

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

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