#C13B35

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

Shades of Persian Red #C13B35

Tints of Persian Red #C13B35

Color information

#C13B35 (or 0xC13B35) is unknown color: approx Persian Red. HEX triplet: C1, 3B and 35. RGB value is (193,59,53). Sum of RGB (Red+Green+Blue) = 193+59+53=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13B35 is #3EC4CA. Grayscale: #626262. Windows color (decimal): -4113611 or 3488705. OLE color: 3488705.

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

Color convert

RGB1935953-
CMYK00.690.730.24
HSL2.57º56.91%48.24%-
HSV(B)2.57º72.54%75.69%-
XYZ24.214.724.93-
YUV98.38102.39195.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.28%
GREEN value IS 59 (23.44% from 255) = 19.34%
BLUE value IS 53 (21.09% from 255) = 17.38%
R=63.28%
G=19.34%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193595300.690.730.242.5756.9148.24
HexC13B35045491833930
Octal301736501051113037160
Binary110000011110111101010100010110010011100011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13B35; }

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

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

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

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

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

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

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

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