#C33528

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

Shades of Persian Red #C33528

Tints of Persian Red #C33528

Color information

#C33528 (or 0xC33528) is unknown color: approx Persian Red. HEX triplet: C3, 35 and 28. RGB value is (195,53,40). Sum of RGB (Red+Green+Blue) = 195+53+40=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C33528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33528 is #3CCAD7. Grayscale: #5E5E5E. Windows color (decimal): -3984088 or 2635203. OLE color: 2635203.

HSL color Cylindrical-coordinate representation of color #C33528: hue angle of 5.03º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C33528 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB1955340-
CMYK00.730.790.24
HSL5.03º65.96%46.08%-
HSV(B)5.03º79.49%76.47%-
XYZ24.1614.33.49-
YUV93.9897.54200.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 67.71%
GREEN value IS 53 (21.09% from 255) = 18.40%
BLUE value IS 40 (16.02% from 255) = 13.89%
R=67.71%
G=18.40%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195534000.730.790.245.0365.9646.08
HexC335280494F185422e
Octal3036550011111730510256
Binary11000011110101101000010010011001111110001011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33528; }

 p { color: rgb(195,53,40); }

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

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

 a { background-color: rgb(195,53,40); }

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

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

 span { border-color: rgb(195,53,40); }

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