#C83F35

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

Shades of Persian Red #C83F35

Tints of Persian Red #C83F35

Color information

#C83F35 (or 0xC83F35) is unknown color: approx Persian Red. HEX triplet: C8, 3F and 35. RGB value is (200,63,53). Sum of RGB (Red+Green+Blue) = 200+63+53=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F35 is #37C0CA. Grayscale: #666666. Windows color (decimal): -3653835 or 3489736. OLE color: 3489736.

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

Color convert

RGB2006353-
CMYK00.680.740.22
HSL4.08º58.1%49.61%-
HSV(B)4.08º73.5%78.43%-
XYZ26.2416.095.09-
YUV102.8299.89197.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.29%
GREEN value IS 63 (25% from 255) = 19.94%
BLUE value IS 53 (21.09% from 255) = 16.77%
R=63.29%
G=19.94%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200635300.680.740.224.0858.149.61
HexC83F350444A1643a32
Octal310776501041122647262
Binary1100100011111111010101000100100101010110100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83F35; }

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

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

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

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

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

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

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

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