#C83832

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

Shades of Persian Red #C83832

Tints of Persian Red #C83832

Color information

#C83832 (or 0xC83832) is unknown color: approx Persian Red. HEX triplet: C8, 38 and 32. RGB value is (200,56,50). Sum of RGB (Red+Green+Blue) = 200+56+50=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C83832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83832 is #37C7CD. Grayscale: #626262. Windows color (decimal): -3655630 or 3291336. OLE color: 3291336.

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

Color convert

RGB2005650-
CMYK00.720.750.22
HSL2.4º60%49.02%-
HSV(B)2.4º75%78.43%-
XYZ25.8115.344.62-
YUV98.37100.71200.49-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 65.36%
GREEN value IS 56 (22.27% from 255) = 18.30%
BLUE value IS 50 (19.92% from 255) = 16.34%
R=65.36%
G=18.30%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200565000.720.750.222.46049.02
HexC838320484B1623c31
Octal310706201101132627461
Binary110010001110001100100100100010010111011010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83832; }

 p { color: rgb(200,56,50); }

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

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

 a { background-color: rgb(200,56,50); }

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

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

 span { border-color: rgb(200,56,50); }

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