#C23C39

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

Shades of Persian Red #C23C39

Tints of Persian Red #C23C39

Color information

#C23C39 (or 0xC23C39) is unknown color: approx Persian Red. HEX triplet: C2, 3C and 39. RGB value is (194,60,57). Sum of RGB (Red+Green+Blue) = 194+60+57=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23C39 is #3DC3C6. Grayscale: #636363. Windows color (decimal): -4047815 or 3751106. OLE color: 3751106.

HSL color Cylindrical-coordinate representation of color #C23C39: hue angle of 1.31º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23C39 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB1946057-
CMYK00.690.710.24
HSL1.31º54.58%49.22%-
HSV(B)1.31º70.62%76.08%-
XYZ24.6155.47-
YUV99.72103.89195.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.38%
GREEN value IS 60 (23.83% from 255) = 19.29%
BLUE value IS 57 (22.66% from 255) = 18.33%
R=62.38%
G=19.29%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194605700.690.710.241.3154.5849.22
HexC23C39045471813731
Octal302747101051073016761
Binary11000010111100111001010001011000111110001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23C39; }

 p { color: rgb(194,60,57); }

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

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

 a { background-color: rgb(194,60,57); }

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

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

 span { border-color: rgb(194,60,57); }

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