#C83F3E

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

Shades of Persian Red #C83F3E

Tints of Persian Red #C83F3E

Color information

#C83F3E (or 0xC83F3E) is unknown color: approx Persian Red. HEX triplet: C8, 3F and 3E. RGB value is (200,63,62). Sum of RGB (Red+Green+Blue) = 200+63+62=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83F3E is #37C0C1. Grayscale: #676767. Windows color (decimal): -3653826 or 4079560. OLE color: 4079560.

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

Color convert

RGB2006362-
CMYK00.680.690.22
HSL0.43º55.65%51.37%-
HSV(B)0.43º69%78.43%-
XYZ26.4716.186.29-
YUV103.85104.39196.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.54%
GREEN value IS 63 (25% from 255) = 19.38%
BLUE value IS 62 (24.61% from 255) = 19.08%
R=61.54%
G=19.38%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200636200.680.690.220.4355.6551.37
HexC83F3E044451603833
Octal310777601041052607063
Binary11001000111111111110010001001000101101100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83F3E; }

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

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

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

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

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

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

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

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