#C33732

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

Shades of Persian Red #C33732

Tints of Persian Red #C33732

Color information

#C33732 (or 0xC33732) is unknown color: approx Persian Red. HEX triplet: C3, 37 and 32. RGB value is (195,55,50). Sum of RGB (Red+Green+Blue) = 195+55+50=300 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 195 - color contains mainly: red. Hex color #C33732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33732 is #3CC8CD. Grayscale: #606060. Windows color (decimal): -3983566 or 3291075. OLE color: 3291075.

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

Color convert

RGB1955550-
CMYK00.720.740.24
HSL2.07º59.18%48.04%-
HSV(B)2.07º74.36%76.47%-
XYZ24.4514.564.54-
YUV96.29101.88198.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65%
GREEN value IS 55 (21.88% from 255) = 18.33%
BLUE value IS 50 (19.92% from 255) = 16.67%
R=65%
G=18.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195555000.720.740.242.0759.1848.04
HexC337320484A1823b30
Octal303676201101123027360
Binary110000111101111100100100100010010101100010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33732; }

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

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

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

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

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

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

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

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