#c1382b

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

Shades of Persian Red #C1382B

Tints of Persian Red #C1382B

Color information

#C1382B (or 0xC1382B) is unknown color: approx Persian Red. HEX triplet: C1, 38 and 2B. RGB value is (193,56,43). Sum of RGB (Red+Green+Blue) = 193+56+43=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C1382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1382B is #3EC7D4. Grayscale: #5F5F5F. Windows color (decimal): -4114389 or 2832577. OLE color: 2832577.

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

Color convert

RGB1935643-
CMYK00.710.780.24
HSL5.2º63.56%46.27%-
HSV(B)5.2º77.72%75.69%-
XYZ23.8414.343.8-
YUV95.4898.39197.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 66.10%
GREEN value IS 56 (22.27% from 255) = 19.18%
BLUE value IS 43 (17.19% from 255) = 14.73%
R=66.10%
G=19.18%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193564300.710.780.245.263.5646.27
HexC1382B0474E185402e
Octal3017053010711630510056
Binary11000001111000101011010001111001110110001011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1382b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1382b; }

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

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

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

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

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

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

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

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