#C23E34

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

Shades of Persian Red #C23E34

Tints of Persian Red #C23E34

Color information

#C23E34 (or 0xC23E34) is unknown color: approx Persian Red. HEX triplet: C2, 3E and 34. RGB value is (194,62,52). Sum of RGB (Red+Green+Blue) = 194+62+52=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23E34 is #3DC1CB. Grayscale: #646464. Windows color (decimal): -4047308 or 3423938. OLE color: 3423938.

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

Color convert

RGB1946252-
CMYK00.680.730.24
HSL4.23º57.72%48.24%-
HSV(B)4.23º73.2%76.08%-
XYZ24.5915.164.88-
YUV100.33100.73194.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.99%
GREEN value IS 62 (24.61% from 255) = 20.13%
BLUE value IS 52 (20.70% from 255) = 16.88%
R=62.99%
G=20.13%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194625200.680.730.244.2357.7248.24
HexC23E34044491843a30
Octal302766401041113047260
Binary1100001011111011010001000100100100111000100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23E34; }

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

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

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

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

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

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

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

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