#c83b2e

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

Shades of Persian Red #C83B2E

Tints of Persian Red #C83B2E

Color information

#C83B2E (or 0xC83B2E) is unknown color: approx Persian Red. HEX triplet: C8, 3B and 2E. RGB value is (200,59,46). Sum of RGB (Red+Green+Blue) = 200+59+46=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83B2E is #37C4D1. Grayscale: #636363. Windows color (decimal): -3654866 or 3029960. OLE color: 3029960.

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

Color convert

RGB2005946-
CMYK00.700.770.22
HSL5.06º62.6%48.24%-
HSV(B)5.06º77%78.43%-
XYZ25.8815.64.23-
YUV99.6897.71199.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 65.57%
GREEN value IS 59 (23.44% from 255) = 19.34%
BLUE value IS 46 (18.36% from 255) = 15.08%
R=65.57%
G=19.34%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200594600.700.770.225.0662.648.24
HexC83B2E0464D1653f30
Octal310735601061152657760
Binary1100100011101110111001000110100110110110101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c83b2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c83b2e; }

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

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

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

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

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

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

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

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