#C33432

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

Shades of Persian Red #C33432

Tints of Persian Red #C33432

Color information

#C33432 (or 0xC33432) is unknown color: approx Persian Red. HEX triplet: C3, 34 and 32. RGB value is (195,52,50). Sum of RGB (Red+Green+Blue) = 195+52+50=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C33432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33432 is #3CCBCD. Grayscale: #5E5E5E. Windows color (decimal): -3984334 or 3290307. OLE color: 3290307.

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

Color convert

RGB1955250-
CMYK00.730.740.24
HSL0.83º59.18%48.04%-
HSV(B)0.83º74.36%76.47%-
XYZ24.3114.294.49-
YUV94.53102.88199.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65.66%
GREEN value IS 52 (20.70% from 255) = 17.51%
BLUE value IS 50 (19.92% from 255) = 16.84%
R=65.66%
G=17.51%
B=16.84%

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
Decimal195525000.730.740.240.8359.1848.04
HexC334320494A1813b30
Octal303646201111123017360
Binary11000011110100110010010010011001010110001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33432; }

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

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

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

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

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

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

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

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