#C83935

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

Shades of Persian Red #C83935

Tints of Persian Red #C83935

Color information

#C83935 (or 0xC83935) is unknown color: approx Persian Red. HEX triplet: C8, 39 and 35. RGB value is (200,57,53). Sum of RGB (Red+Green+Blue) = 200+57+53=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C83935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83935 is #37C6CA. Grayscale: #636363. Windows color (decimal): -3655371 or 3488200. OLE color: 3488200.

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

Color convert

RGB2005753-
CMYK00.720.740.22
HSL1.63º58.1%49.61%-
HSV(B)1.63º73.5%78.43%-
XYZ25.9315.464.99-
YUV99.3101.88199.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 64.52%
GREEN value IS 57 (22.66% from 255) = 18.39%
BLUE value IS 53 (21.09% from 255) = 17.10%
R=64.52%
G=18.39%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200575300.720.740.221.6358.149.61
HexC839350484A1623a32
Octal310716501101122627262
Binary110010001110011101010100100010010101011010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83935; }

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

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

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

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

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

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

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

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