#C83D35

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

Shades of Persian Red #C83D35

Tints of Persian Red #C83D35

Color information

#C83D35 (or 0xC83D35) is unknown color: approx Persian Red. HEX triplet: C8, 3D and 35. RGB value is (200,61,53). Sum of RGB (Red+Green+Blue) = 200+61+53=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83D35 is #37C2CA. Grayscale: #656565. Windows color (decimal): -3654347 or 3489224. OLE color: 3489224.

HSL color Cylindrical-coordinate representation of color #C83D35: hue angle of 3.27º 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 #C83D35 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB2006153-
CMYK00.690.740.22
HSL3.27º58.1%49.61%-
HSV(B)3.27º73.5%78.43%-
XYZ26.1315.875.05-
YUV101.65100.55198.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.69%
GREEN value IS 61 (24.22% from 255) = 19.43%
BLUE value IS 53 (21.09% from 255) = 16.88%
R=63.69%
G=19.43%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200615300.690.740.223.2758.149.61
HexC83D350454A1633a32
Octal310756501051122637262
Binary110010001111011101010100010110010101011011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83D35; }

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

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

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

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

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

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

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

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