#C13533

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

Shades of Persian Red #C13533

Tints of Persian Red #C13533

Color information

#C13533 (or 0xC13533) is unknown color: approx Persian Red. HEX triplet: C1, 35 and 33. RGB value is (193,53,51). Sum of RGB (Red+Green+Blue) = 193+53+51=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C13533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13533 is #3ECACC. Grayscale: #5E5E5E. Windows color (decimal): -4115149 or 3356097. OLE color: 3356097.

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

Color convert

RGB1935351-
CMYK00.730.740.24
HSL0.85º58.2%47.84%-
HSV(B)0.85º73.58%75.69%-
XYZ23.8614.124.6-
YUV94.63103.38198.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 64.98%
GREEN value IS 53 (21.09% from 255) = 17.85%
BLUE value IS 51 (20.31% from 255) = 17.17%
R=64.98%
G=17.85%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193535100.730.740.240.8558.247.84
HexC135330494A1813a30
Octal301656301111123017260
Binary11000001110101110011010010011001010110001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13533; }

 p { color: rgb(193,53,51); }

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

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

 a { background-color: rgb(193,53,51); }

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

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

 span { border-color: rgb(193,53,51); }

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