#c1392b

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

Shades of Persian Red #C1392B

Tints of Persian Red #C1392B

Color information

#C1392B (or 0xC1392B) is unknown color: approx Persian Red. HEX triplet: C1, 39 and 2B. RGB value is (193,57,43). Sum of RGB (Red+Green+Blue) = 193+57+43=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C1392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1392B is #3EC6D4. Grayscale: #606060. Windows color (decimal): -4114133 or 2832833. OLE color: 2832833.

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

Color convert

RGB1935743-
CMYK00.700.780.24
HSL5.6º63.56%46.27%-
HSV(B)5.6º77.72%75.69%-
XYZ23.8914.443.81-
YUV96.0798.06197.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.87%
GREEN value IS 57 (22.66% from 255) = 19.45%
BLUE value IS 43 (17.19% from 255) = 14.68%
R=65.87%
G=19.45%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193574300.700.780.245.663.5646.27
HexC1392B0464E186402e
Octal3017153010611630610056
Binary11000001111001101011010001101001110110001101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1392b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1392b; }

 p { color: rgb(193,57,43); }

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

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

 a { background-color: rgb(193,57,43); }

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

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

 span { border-color: rgb(193,57,43); }

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