#C83B33

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

Shades of Persian Red #C83B33

Tints of Persian Red #C83B33

Color information

#C83B33 (or 0xC83B33) is unknown color: approx Persian Red. HEX triplet: C8, 3B and 33. RGB value is (200,59,51). Sum of RGB (Red+Green+Blue) = 200+59+51=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83B33 is #37C4CC. Grayscale: #646464. Windows color (decimal): -3654861 or 3357640. OLE color: 3357640.

HSL color Cylindrical-coordinate representation of color #C83B33: hue angle of 3.22º degrees, saturation: 0.59, 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 #C83B33 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB2005951-
CMYK00.700.740.22
HSL3.22º59.36%49.22%-
HSV(B)3.22º74.5%78.43%-
XYZ25.9815.654.78-
YUV100.25100.21199.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 64.52%
GREEN value IS 59 (23.44% from 255) = 19.03%
BLUE value IS 51 (20.31% from 255) = 16.45%
R=64.52%
G=19.03%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200595100.700.740.223.2259.3649.22
HexC83B330464A1633b31
Octal310736301061122637361
Binary110010001110111100110100011010010101011011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83B33; }

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

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

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

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

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

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

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

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