#C83433

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

Shades of Persian Red #C83433

Tints of Persian Red #C83433

Color information

#C83433 (or 0xC83433) is unknown color: approx Persian Red. HEX triplet: C8, 34 and 33. RGB value is (200,52,51). Sum of RGB (Red+Green+Blue) = 200+52+51=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C83433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83433 is #37CBCC. Grayscale: #606060. Windows color (decimal): -3656653 or 3355848. OLE color: 3355848.

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

Color convert

RGB2005251-
CMYK00.740.740.22
HSL0.4º59.36%49.22%-
HSV(B)0.4º74.5%78.43%-
XYZ25.6414.974.67-
YUV96.14102.53202.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 66.01%
GREEN value IS 52 (20.70% from 255) = 17.16%
BLUE value IS 51 (20.31% from 255) = 16.83%
R=66.01%
G=17.16%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200525100.740.740.220.459.3649.22
HexC8343304A4A1603b31
Octal310646301121122607361
Binary11001000110100110011010010101001010101100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83433; }

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

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

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

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

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

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

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

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