#C13E35

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

Shades of Persian Red #C13E35

Tints of Persian Red #C13E35

Color information

#C13E35 (or 0xC13E35) is unknown color: approx Persian Red. HEX triplet: C1, 3E and 35. RGB value is (193,62,53). Sum of RGB (Red+Green+Blue) = 193+62+53=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13E35 is #3EC1CA. Grayscale: #646464. Windows color (decimal): -4112843 or 3489473. OLE color: 3489473.

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

Color convert

RGB1936253-
CMYK00.680.730.24
HSL3.86º56.91%48.24%-
HSV(B)3.86º72.54%75.69%-
XYZ24.3615.044.99-
YUV100.14101.4194.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 62.66%
GREEN value IS 62 (24.61% from 255) = 20.13%
BLUE value IS 53 (21.09% from 255) = 17.21%
R=62.66%
G=20.13%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193625300.680.730.243.8656.9148.24
HexC13E35044491843930
Octal301766501041113047160
Binary1100000111111011010101000100100100111000100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13E35; }

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

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

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

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

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

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

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

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