#C33533

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

Shades of Persian Red #C33533

Tints of Persian Red #C33533

Color information

#C33533 (or 0xC33533) is unknown color: approx Persian Red. HEX triplet: C3, 35 and 33. RGB value is (195,53,51). Sum of RGB (Red+Green+Blue) = 195+53+51=299 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.22% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 195 - color contains mainly: red. Hex color #C33533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33533 is #3CCACC. Grayscale: #5F5F5F. Windows color (decimal): -3984077 or 3356099. OLE color: 3356099.

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

Color convert

RGB1955351-
CMYK00.730.740.24
HSL0.83º58.54%48.24%-
HSV(B)0.83º73.85%76.47%-
XYZ24.3814.394.62-
YUV95.23103.04199.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65.22%
GREEN value IS 53 (21.09% from 255) = 17.73%
BLUE value IS 51 (20.31% from 255) = 17.06%
R=65.22%
G=17.73%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195535100.730.740.240.8358.5448.24
HexC335330494A1813b30
Octal303656301111123017360
Binary11000011110101110011010010011001010110001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33533; }

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

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

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

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

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

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

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

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