#c33635

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

Shades of Persian Red #C33635

Tints of Persian Red #C33635

Color information

#C33635 (or 0xC33635) is unknown color: approx Persian Red. HEX triplet: C3, 36 and 35. RGB value is (195,54,53). Sum of RGB (Red+Green+Blue) = 195+54+53=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C33635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33635 is #3CC9CA. Grayscale: #606060. Windows color (decimal): -3983819 or 3487427. OLE color: 3487427.

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

Color convert

RGB1955453-
CMYK00.720.730.24
HSL0.42º57.26%48.63%-
HSV(B)0.42º72.82%76.47%-
XYZ24.4714.54.88-
YUV96.04103.71198.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 64.57%
GREEN value IS 54 (21.48% from 255) = 17.88%
BLUE value IS 53 (21.09% from 255) = 17.55%
R=64.57%
G=17.88%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195545300.720.730.240.4257.2648.63
HexC33635048491803931
Octal303666501101113007161
Binary11000011110110110101010010001001001110000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c33635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c33635; }

 p { color: rgb(195,54,53); }

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

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

 a { background-color: rgb(195,54,53); }

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

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

 span { border-color: rgb(195,54,53); }

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