#C33A26

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

Shades of Persian Red #C33A26

Tints of Persian Red #C33A26

Color information

#C33A26 (or 0xC33A26) is unknown color: approx Persian Red. HEX triplet: C3, 3A and 26. RGB value is (195,58,38). Sum of RGB (Red+Green+Blue) = 195+58+38=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A26 is #3CC5D9. Grayscale: #606060. Windows color (decimal): -3982810 or 2505411. OLE color: 2505411.

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

Color convert

RGB1955838-
CMYK00.700.810.24
HSL7.64º67.38%45.69%-
HSV(B)7.64º80.51%76.47%-
XYZ24.3714.773.4-
YUV96.6894.89198.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 67.01%
GREEN value IS 58 (23.05% from 255) = 19.93%
BLUE value IS 38 (15.23% from 255) = 13.06%
R=67.01%
G=19.93%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195583800.700.810.247.6467.3845.69
HexC33A2604651188432e
Octal30372460106121301010356
Binary110000111110101001100100011010100011100010001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33A26; }

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

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

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

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

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

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

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

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