#C33428

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

Shades of Persian Red #C33428

Tints of Persian Red #C33428

Color information

#C33428 (or 0xC33428) is unknown color: approx Persian Red. HEX triplet: C3, 34 and 28. RGB value is (195,52,40). Sum of RGB (Red+Green+Blue) = 195+52+40=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C33428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33428 is #3CCBD7. Grayscale: #5D5D5D. Windows color (decimal): -3984344 or 2634947. OLE color: 2634947.

HSL color Cylindrical-coordinate representation of color #C33428: hue angle of 4.65º 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 #C33428 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB1955240-
CMYK00.730.790.24
HSL4.65º65.96%46.08%-
HSV(B)4.65º79.49%76.47%-
XYZ24.1214.213.48-
YUV93.3997.88200.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 67.94%
GREEN value IS 52 (20.70% from 255) = 18.12%
BLUE value IS 40 (16.02% from 255) = 13.94%
R=67.94%
G=18.12%
B=13.94%

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
Decimal195524000.730.790.244.6565.9646.08
HexC334280494F185422e
Octal3036450011111730510256
Binary11000011110100101000010010011001111110001011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33428; }

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

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

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

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

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

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

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

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