#C13E33

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

Shades of Persian Red #C13E33

Tints of Persian Red #C13E33

Color information

#C13E33 (or 0xC13E33) is unknown color: approx Persian Red. HEX triplet: C1, 3E and 33. RGB value is (193,62,51). Sum of RGB (Red+Green+Blue) = 193+62+51=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13E33 is #3EC1CC. Grayscale: #646464. Windows color (decimal): -4112845 or 3358401. OLE color: 3358401.

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

Color convert

RGB1936251-
CMYK00.680.740.24
HSL4.65º58.2%47.84%-
HSV(B)4.65º73.58%75.69%-
XYZ24.3115.024.75-
YUV99.92100.4194.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.07%
GREEN value IS 62 (24.61% from 255) = 20.26%
BLUE value IS 51 (20.31% from 255) = 16.67%
R=63.07%
G=20.26%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193625100.680.740.244.6558.247.84
HexC13E330444A1853a30
Octal301766301041123057260
Binary1100000111111011001101000100100101011000101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13E33; }

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

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

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

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

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

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

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

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