#C33D32

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

Shades of Persian Red #C33D32

Tints of Persian Red #C33D32

Color information

#C33D32 (or 0xC33D32) is unknown color: approx Persian Red. HEX triplet: C3, 3D and 32. RGB value is (195,61,50). Sum of RGB (Red+Green+Blue) = 195+61+50=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33D32 is #3CC2CD. Grayscale: #636363. Windows color (decimal): -3982030 or 3292611. OLE color: 3292611.

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

Color convert

RGB1956150-
CMYK00.690.740.24
HSL4.55º59.18%48.04%-
HSV(B)4.55º74.36%76.47%-
XYZ24.7515.174.64-
YUV99.8199.89195.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 63.73%
GREEN value IS 61 (24.22% from 255) = 19.93%
BLUE value IS 50 (19.92% from 255) = 16.34%
R=63.73%
G=19.93%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195615000.690.740.244.5559.1848.04
HexC33D320454A1853b30
Octal303756201051123057360
Binary1100001111110111001001000101100101011000101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33D32; }

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

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

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

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

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

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

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

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