#C2382B

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

Shades of Persian Red #C2382B

Tints of Persian Red #C2382B

Color information

#C2382B (or 0xC2382B) is unknown color: approx Persian Red. HEX triplet: C2, 38 and 2B. RGB value is (194,56,43). Sum of RGB (Red+Green+Blue) = 194+56+43=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C2382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2382B is #3DC7D4. Grayscale: #5F5F5F. Windows color (decimal): -4048853 or 2832578. OLE color: 2832578.

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

Color convert

RGB1945643-
CMYK00.710.780.24
HSL5.17º63.71%46.47%-
HSV(B)5.17º77.84%76.08%-
XYZ24.114.473.81-
YUV95.7898.22198.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 66.21%
GREEN value IS 56 (22.27% from 255) = 19.11%
BLUE value IS 43 (17.19% from 255) = 14.68%
R=66.21%
G=19.11%
B=14.68%

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
Decimal194564300.710.780.245.1763.7146.47
HexC2382B0474E185402e
Octal3027053010711630510056
Binary11000010111000101011010001111001110110001011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2382B; }

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

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

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

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

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

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

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

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