#C13A35

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

Shades of Persian Red #C13A35

Tints of Persian Red #C13A35

Color information

#C13A35 (or 0xC13A35) is unknown color: approx Persian Red. HEX triplet: C1, 3A and 35. RGB value is (193,58,53). Sum of RGB (Red+Green+Blue) = 193+58+53=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13A35 is #3EC5CA. Grayscale: #616161. Windows color (decimal): -4113867 or 3488449. OLE color: 3488449.

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

Color convert

RGB1935853-
CMYK00.700.730.24
HSL2.14º56.91%48.24%-
HSV(B)2.14º72.54%75.69%-
XYZ24.1514.624.92-
YUV97.8102.73195.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.49%
GREEN value IS 58 (23.05% from 255) = 19.08%
BLUE value IS 53 (21.09% from 255) = 17.43%
R=63.49%
G=19.08%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193585300.700.730.242.1456.9148.24
HexC13A35046491823930
Octal301726501061113027160
Binary110000011110101101010100011010010011100010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13A35; }

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

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

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

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

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

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

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

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