#C8362E

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

Shades of Persian Red #C8362E

Tints of Persian Red #C8362E

Color information

#C8362E (or 0xC8362E) is unknown color: approx Persian Red. HEX triplet: C8, 36 and 2E. RGB value is (200,54,46). Sum of RGB (Red+Green+Blue) = 200+54+46=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C8362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8362E is #37C9D1. Grayscale: #606060. Windows color (decimal): -3656146 or 3028680. OLE color: 3028680.

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

Color convert

RGB2005446-
CMYK00.730.770.22
HSL3.12º62.6%48.24%-
HSV(B)3.12º77%78.43%-
XYZ25.6315.114.15-
YUV96.7499.37201.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 66.67%
GREEN value IS 54 (21.48% from 255) = 18%
BLUE value IS 46 (18.36% from 255) = 15.33%
R=66.67%
G=18%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200544600.730.770.223.1262.648.24
HexC8362E0494D1633f30
Octal310665601111152637760
Binary110010001101101011100100100110011011011011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8362E; }

 p { color: rgb(200,54,46); }

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

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

 a { background-color: rgb(200,54,46); }

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

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

 span { border-color: rgb(200,54,46); }

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