#C23635

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

Shades of Persian Red #C23635

Tints of Persian Red #C23635

Color information

#C23635 (or 0xC23635) is unknown color: approx Persian Red. HEX triplet: C2, 36 and 35. RGB value is (194,54,53). Sum of RGB (Red+Green+Blue) = 194+54+53=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C23635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23635 is #3DC9CA. Grayscale: #5F5F5F. Windows color (decimal): -4049355 or 3487426. OLE color: 3487426.

HSL color Cylindrical-coordinate representation of color #C23635: hue angle of 0.43º degrees, saturation: 0.57, 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 #C23635 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB1945453-
CMYK00.720.730.24
HSL0.43º57.09%48.43%-
HSV(B)0.43º72.68%76.08%-
XYZ24.2114.364.86-
YUV95.75103.88198.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.45%
GREEN value IS 54 (21.48% from 255) = 17.94%
BLUE value IS 53 (21.09% from 255) = 17.61%
R=64.45%
G=17.94%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194545300.720.730.240.4357.0948.43
HexC23635048491803930
Octal302666501101113007160
Binary11000010110110110101010010001001001110000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23635; }

 p { color: rgb(194,54,53); }

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

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

 a { background-color: rgb(194,54,53); }

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

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

 span { border-color: rgb(194,54,53); }

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