#C23A39

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

Shades of Persian Red #C23A39

Tints of Persian Red #C23A39

Color information

#C23A39 (or 0xC23A39) is unknown color: approx Persian Red. HEX triplet: C2, 3A and 39. RGB value is (194,58,57). Sum of RGB (Red+Green+Blue) = 194+58+57=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23A39 is #3DC5C6. Grayscale: #626262. Windows color (decimal): -4048327 or 3750594. OLE color: 3750594.

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

Color convert

RGB1945857-
CMYK00.700.710.24
HSL0.44º54.58%49.22%-
HSV(B)0.44º70.62%76.08%-
XYZ24.514.795.43-
YUV98.55104.56196.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.78%
GREEN value IS 58 (23.05% from 255) = 18.77%
BLUE value IS 57 (22.66% from 255) = 18.45%
R=62.78%
G=18.77%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194585700.700.710.240.4454.5849.22
HexC23A39046471803731
Octal302727101061073006761
Binary11000010111010111001010001101000111110000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23A39; }

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

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

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

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

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

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

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

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