#C13837

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

Shades of Persian Red #C13837

Tints of Persian Red #C13837

Color information

#C13837 (or 0xC13837) is unknown color: approx Persian Red. HEX triplet: C1, 38 and 37. RGB value is (193,56,55). Sum of RGB (Red+Green+Blue) = 193+56+55=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C13837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13837 is #3EC7C8. Grayscale: #606060. Windows color (decimal): -4114377 or 3619009. OLE color: 3619009.

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

Color convert

RGB1935655-
CMYK00.710.720.24
HSL0.43º55.65%48.63%-
HSV(B)0.43º71.5%75.69%-
XYZ24.114.445.13-
YUV96.85104.39196.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.49%
GREEN value IS 56 (22.27% from 255) = 18.42%
BLUE value IS 55 (21.88% from 255) = 18.09%
R=63.49%
G=18.42%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193565500.710.720.240.4355.6548.63
HexC13837047481803831
Octal301706701071103007061
Binary11000001111000110111010001111001000110000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13837; }

 p { color: rgb(193,56,55); }

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

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

 a { background-color: rgb(193,56,55); }

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

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

 span { border-color: rgb(193,56,55); }

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