#C8382C

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

Shades of Persian Red #C8382C

Tints of Persian Red #C8382C

Color information

#C8382C (or 0xC8382C) is unknown color: approx Persian Red. HEX triplet: C8, 38 and 2C. RGB value is (200,56,44). Sum of RGB (Red+Green+Blue) = 200+56+44=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C8382C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8382C is #37C7D3. Grayscale: #616161. Windows color (decimal): -3655636 or 2898120. OLE color: 2898120.

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

Color convert

RGB2005644-
CMYK00.720.780.22
HSL4.62º63.93%47.84%-
HSV(B)4.62º78%78.43%-
XYZ25.6915.293.98-
YUV97.6997.71200.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 66.67%
GREEN value IS 56 (22.27% from 255) = 18.67%
BLUE value IS 44 (17.58% from 255) = 14.67%
R=66.67%
G=18.67%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200564400.720.780.224.6263.9347.84
HexC8382C0484E1654030
Octal3107054011011626510060
Binary11001000111000101100010010001001110101101011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8382C; }

 p { color: rgb(200,56,44); }

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

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

 a { background-color: rgb(200,56,44); }

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

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

 span { border-color: rgb(200,56,44); }

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