#c33f3c

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

Shades of Persian Red #C33F3C

Tints of Persian Red #C33F3C

Color information

#C33F3C (or 0xC33F3C) is unknown color: approx Persian Red. HEX triplet: C3, 3F and 3C. RGB value is (195,63,60). Sum of RGB (Red+Green+Blue) = 195+63+60=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33F3C is #3CC0C3. Grayscale: #666666. Windows color (decimal): -3981508 or 3948483. OLE color: 3948483.

HSL color Cylindrical-coordinate representation of color #C33F3C: hue angle of 1.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33F3C is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB1956360-
CMYK00.680.690.24
HSL1.33º52.94%50%-
HSV(B)1.33º69.23%76.47%-
XYZ25.115.485.94-
YUV102.13104.23194.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.32%
GREEN value IS 63 (25% from 255) = 19.81%
BLUE value IS 60 (23.83% from 255) = 18.87%
R=61.32%
G=19.81%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195636000.680.690.241.3352.9450
HexC33F3C044451813532
Octal303777401041053016562
Binary11000011111111111100010001001000101110001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c33f3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c33f3c; }

 p { color: rgb(195,63,60); }

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

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

 a { background-color: rgb(195,63,60); }

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

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

 span { border-color: rgb(195,63,60); }

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