#C23735

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

Shades of Persian Red #C23735

Tints of Persian Red #C23735

Color information

#C23735 (or 0xC23735) is unknown color: approx Persian Red. HEX triplet: C2, 37 and 35. RGB value is (194,55,53). Sum of RGB (Red+Green+Blue) = 194+55+53=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C23735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23735 is #3DC8CA. Grayscale: #606060. Windows color (decimal): -4049099 or 3487682. OLE color: 3487682.

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

Color convert

RGB1945553-
CMYK00.720.730.24
HSL0.85º57.09%48.43%-
HSV(B)0.85º72.68%76.08%-
XYZ24.2614.464.88-
YUV96.33103.55197.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.24%
GREEN value IS 55 (21.88% from 255) = 18.21%
BLUE value IS 53 (21.09% from 255) = 17.55%
R=64.24%
G=18.21%
B=17.55%

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
Decimal194555300.720.730.240.8557.0948.43
HexC23735048491813930
Octal302676501101113017160
Binary11000010110111110101010010001001001110001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23735; }

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

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

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

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

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

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

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

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