#C13C37

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

Shades of Persian Red #C13C37

Tints of Persian Red #C13C37

Color information

#C13C37 (or 0xC13C37) is unknown color: approx Persian Red. HEX triplet: C1, 3C and 37. RGB value is (193,60,55). Sum of RGB (Red+Green+Blue) = 193+60+55=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13C37 is #3EC3C8. Grayscale: #636363. Windows color (decimal): -4113353 or 3620033. OLE color: 3620033.

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

Color convert

RGB1936055-
CMYK00.690.720.24
HSL2.17º55.65%48.63%-
HSV(B)2.17º71.5%75.69%-
XYZ24.314.855.2-
YUV99.2103.06194.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 62.66%
GREEN value IS 60 (23.83% from 255) = 19.48%
BLUE value IS 55 (21.88% from 255) = 17.86%
R=62.66%
G=19.48%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193605500.690.720.242.1755.6548.63
HexC13C37045481823831
Octal301746701051103027061
Binary110000011111001101110100010110010001100010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13C37; }

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

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

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

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

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

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

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

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