#C83E3B

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

Shades of Persian Red #C83E3B

Tints of Persian Red #C83E3B

Color information

#C83E3B (or 0xC83E3B) is unknown color: approx Persian Red. HEX triplet: C8, 3E and 3B. RGB value is (200,62,59). Sum of RGB (Red+Green+Blue) = 200+62+59=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83E3B is #37C1C4. Grayscale: #676767. Windows color (decimal): -3654085 or 3882696. OLE color: 3882696.

HSL color Cylindrical-coordinate representation of color #C83E3B: hue angle of 1.28º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83E3B is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB2006259-
CMYK00.690.700.22
HSL1.28º56.18%50.78%-
HSV(B)1.28º70.5%78.43%-
XYZ26.3316.045.85-
YUV102.92103.22197.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 62.31%
GREEN value IS 62 (24.61% from 255) = 19.31%
BLUE value IS 59 (23.44% from 255) = 18.38%
R=62.31%
G=19.31%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200625900.690.700.221.2856.1850.78
HexC83E3B045461613833
Octal310767301051062617063
Binary11001000111110111011010001011000110101101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83E3B; }

 p { color: rgb(200,62,59); }

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

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

 a { background-color: rgb(200,62,59); }

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

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

 span { border-color: rgb(200,62,59); }

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