#C13B32

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

Shades of Persian Red #C13B32

Tints of Persian Red #C13B32

Color information

#C13B32 (or 0xC13B32) is unknown color: approx Persian Red. HEX triplet: C1, 3B and 32. RGB value is (193,59,50). Sum of RGB (Red+Green+Blue) = 193+59+50=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13B32 is #3EC4CD. Grayscale: #626262. Windows color (decimal): -4113614 or 3292097. OLE color: 3292097.

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

Color convert

RGB1935950-
CMYK00.690.740.24
HSL3.78º58.85%47.65%-
HSV(B)3.78º74.09%75.69%-
XYZ24.1314.74.58-
YUV98.04100.89195.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.91%
GREEN value IS 59 (23.44% from 255) = 19.54%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=63.91%
G=19.54%
B=16.56%

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
Decimal193595000.690.740.243.7858.8547.65
HexC13B320454A1843b30
Octal301736201051123047360
Binary1100000111101111001001000101100101011000100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13B32; }

 p { color: rgb(193,59,50); }

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

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

 a { background-color: rgb(193,59,50); }

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

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

 span { border-color: rgb(193,59,50); }

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