#C33526

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

Shades of Persian Red #C33526

Tints of Persian Red #C33526

Color information

#C33526 (or 0xC33526) is unknown color: approx Persian Red. HEX triplet: C3, 35 and 26. RGB value is (195,53,38). Sum of RGB (Red+Green+Blue) = 195+53+38=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C33526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33526 is #3CCAD9. Grayscale: #5D5D5D. Windows color (decimal): -3984090 or 2504131. OLE color: 2504131.

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

Color convert

RGB1955338-
CMYK00.730.810.24
HSL5.73º67.38%45.69%-
HSV(B)5.73º80.51%76.47%-
XYZ24.1314.293.32-
YUV93.7596.54200.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 68.18%
GREEN value IS 53 (21.09% from 255) = 18.53%
BLUE value IS 38 (15.23% from 255) = 13.29%
R=68.18%
G=18.53%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195533800.730.810.245.7367.3845.69
HexC3352604951186432e
Octal3036546011112130610356
Binary11000011110101100110010010011010001110001101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33526; }

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

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

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

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

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

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

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

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