#C33E39

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

Shades of Persian Red #C33E39

Tints of Persian Red #C33E39

Color information

#C33E39 (or 0xC33E39) is unknown color: approx Persian Red. HEX triplet: C3, 3E and 39. RGB value is (195,62,57). Sum of RGB (Red+Green+Blue) = 195+62+57=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C33E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33E39 is #3CC1C6. Grayscale: #656565. Windows color (decimal): -3981767 or 3751619. OLE color: 3751619.

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

Color convert

RGB1956257-
CMYK00.680.710.24
HSL2.17º54.76%49.41%-
HSV(B)2.17º70.77%76.47%-
XYZ24.9715.345.52-
YUV101.2103.06194.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 62.10%
GREEN value IS 62 (24.61% from 255) = 19.75%
BLUE value IS 57 (22.66% from 255) = 18.15%
R=62.10%
G=19.75%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195625700.680.710.242.1754.7649.41
HexC33E39044471823731
Octal303767101041073026761
Binary110000111111101110010100010010001111100010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33E39; }

 p { color: rgb(195,62,57); }

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

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

 a { background-color: rgb(195,62,57); }

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

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

 span { border-color: rgb(195,62,57); }

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