#C23A2C

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

Shades of Persian Red #C23A2C

Tints of Persian Red #C23A2C

Color information

#C23A2C (or 0xC23A2C) is unknown color: approx Persian Red. HEX triplet: C2, 3A and 2C. RGB value is (194,58,44). Sum of RGB (Red+Green+Blue) = 194+58+44=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23A2C is #3DC5D3. Grayscale: #616161. Windows color (decimal): -4048340 or 2898626. OLE color: 2898626.

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

Color convert

RGB1945844-
CMYK00.700.770.24
HSL5.6º63.03%46.67%-
HSV(B)5.6º77.32%76.08%-
XYZ24.2214.683.94-
YUV97.0798.06197.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.54%
GREEN value IS 58 (23.05% from 255) = 19.59%
BLUE value IS 44 (17.58% from 255) = 14.86%
R=65.54%
G=19.59%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194584400.700.770.245.663.0346.67
HexC23A2C0464D1863f2f
Octal302725401061153067757
Binary1100001011101010110001000110100110111000110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23A2C; }

 p { color: rgb(194,58,44); }

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

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

 a { background-color: rgb(194,58,44); }

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

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

 span { border-color: rgb(194,58,44); }

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