#C23124

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

Shades of Persian Red #C23124

Tints of Persian Red #C23124

Color information

#C23124 (or 0xC23124) is unknown color: approx Persian Red. HEX triplet: C2, 31 and 24. RGB value is (194,49,36). Sum of RGB (Red+Green+Blue) = 194+49+36=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C23124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23124 is #3DCEDB. Grayscale: #5B5B5B. Windows color (decimal): -4050652 or 2372034. OLE color: 2372034.

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

Color convert

RGB1944936-
CMYK00.750.810.24
HSL4.94º68.7%45.1%-
HSV(B)4.94º81.44%76.08%-
XYZ23.6613.793.08-
YUV90.8797.04201.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 69.53%
GREEN value IS 49 (19.53% from 255) = 17.56%
BLUE value IS 36 (14.45% from 255) = 12.90%
R=69.53%
G=17.56%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194493600.750.810.244.9468.745.1
HexC2312404B51185452d
Octal3026144011312130510555
Binary11000010110001100100010010111010001110001011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23124; }

 p { color: rgb(194,49,36); }

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

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

 a { background-color: rgb(194,49,36); }

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

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

 span { border-color: rgb(194,49,36); }

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