#C8382A

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

Shades of Persian Red #C8382A

Tints of Persian Red #C8382A

Color information

#C8382A (or 0xC8382A) is unknown color: approx Persian Red. HEX triplet: C8, 38 and 2A. RGB value is (200,56,42). Sum of RGB (Red+Green+Blue) = 200+56+42=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C8382A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8382A is #37C7D5. Grayscale: #616161. Windows color (decimal): -3655638 or 2767048. OLE color: 2767048.

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

Color convert

RGB2005642-
CMYK00.720.790.22
HSL5.32º65.29%47.45%-
HSV(B)5.32º79%78.43%-
XYZ25.6515.273.79-
YUV97.4696.71201.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 67.11%
GREEN value IS 56 (22.27% from 255) = 18.79%
BLUE value IS 42 (16.80% from 255) = 14.09%
R=67.11%
G=18.79%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200564200.720.790.225.3265.2947.45
HexC8382A0484F165412f
Octal3107052011011726510157
Binary11001000111000101010010010001001111101101011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8382A; }

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

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

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

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

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

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

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

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