#c83838

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

Shades of Persian Red #C83838

Tints of Persian Red #C83838

Color information

#C83838 (or 0xC83838) is unknown color: approx Persian Red. HEX triplet: C8, 38 and 38. RGB value is (200,56,56). Sum of RGB (Red+Green+Blue) = 200+56+56=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C83838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83838 is #37C7C7. Grayscale: #636363. Windows color (decimal): -3655624 or 3684552. OLE color: 3684552.

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

Color convert

RGB2005656-
CMYK00.720.720.22
HSL56.69%50.2%-
HSV(B)72%78.43%-
XYZ25.9515.395.34-
YUV99.06103.71200-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 64.10%
GREEN value IS 56 (22.27% from 255) = 17.95%
BLUE value IS 56 (22.27% from 255) = 17.95%
R=64.10%
G=17.95%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200565600.720.720.22056.6950.2
HexC83838048481603932
Octal310707001101102607162
Binary11001000111000111000010010001001000101100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c83838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c83838; }

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

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

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

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

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

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

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

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