#C23B32

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

Shades of Persian Red #C23B32

Tints of Persian Red #C23B32

Color information

#C23B32 (or 0xC23B32) is unknown color: approx Persian Red. HEX triplet: C2, 3B and 32. RGB value is (194,59,50). Sum of RGB (Red+Green+Blue) = 194+59+50=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23B32 is #3DC4CD. Grayscale: #626262. Windows color (decimal): -4048078 or 3292098. OLE color: 3292098.

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

Color convert

RGB1945950-
CMYK00.700.740.24
HSL3.75º59.02%47.84%-
HSV(B)3.75º74.23%76.08%-
XYZ24.3914.834.59-
YUV98.34100.73196.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.03%
GREEN value IS 59 (23.44% from 255) = 19.47%
BLUE value IS 50 (19.92% from 255) = 16.50%
R=64.03%
G=19.47%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194595000.700.740.243.7559.0247.84
HexC23B320464A1843b30
Octal302736201061123047360
Binary1100001011101111001001000110100101011000100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23B32; }

 p { color: rgb(194,59,50); }

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

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

 a { background-color: rgb(194,59,50); }

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

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

 span { border-color: rgb(194,59,50); }

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