#C23E3D

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

Shades of Persian Red #C23E3D

Tints of Persian Red #C23E3D

Color information

#C23E3D (or 0xC23E3D) is unknown color: approx Persian Red. HEX triplet: C2, 3E and 3D. RGB value is (194,62,61). Sum of RGB (Red+Green+Blue) = 194+62+61=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23E3D is #3DC1C2. Grayscale: #656565. Windows color (decimal): -4047299 or 4013762. OLE color: 4013762.

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

Color convert

RGB1946261-
CMYK00.680.690.24
HSL0.45º52.16%50%-
HSV(B)0.45º68.56%76.08%-
XYZ24.8115.256.05-
YUV101.35105.23194.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.20%
GREEN value IS 62 (24.61% from 255) = 19.56%
BLUE value IS 61 (24.22% from 255) = 19.24%
R=61.20%
G=19.56%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194626100.680.690.240.4552.1650
HexC23E3D044451803432
Octal302767501041053006462
Binary11000010111110111101010001001000101110000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23E3D; }

 p { color: rgb(194,62,61); }

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

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

 a { background-color: rgb(194,62,61); }

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

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

 span { border-color: rgb(194,62,61); }

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