#C83531

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

Shades of Persian Red #C83531

Tints of Persian Red #C83531

Color information

#C83531 (or 0xC83531) is unknown color: approx Persian Red. HEX triplet: C8, 35 and 31. RGB value is (200,53,49). Sum of RGB (Red+Green+Blue) = 200+53+49=302 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.23% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 200 - color contains mainly: red. Hex color #C83531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83531 is #37CACE. Grayscale: #606060. Windows color (decimal): -3656399 or 3225032. OLE color: 3225032.

HSL color Cylindrical-coordinate representation of color #C83531: hue angle of 1.59º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83531 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB2005349-
CMYK00.740.760.22
HSL1.59º60.64%48.82%-
HSV(B)1.59º75.5%78.43%-
XYZ25.6515.054.46-
YUV96.5101.2201.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 66.23%
GREEN value IS 53 (21.09% from 255) = 17.55%
BLUE value IS 49 (19.53% from 255) = 16.23%
R=66.23%
G=17.55%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200534900.740.760.221.5960.6448.82
HexC8353104A4C1623d31
Octal310656101121142627561
Binary110010001101011100010100101010011001011010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83531; }

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

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

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

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

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

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

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

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