#C23933

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

Shades of Persian Red #C23933

Tints of Persian Red #C23933

Color information

#C23933 (or 0xC23933) is unknown color: approx Persian Red. HEX triplet: C2, 39 and 33. RGB value is (194,57,51). Sum of RGB (Red+Green+Blue) = 194+57+51=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C23933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23933 is #3DC6CC. Grayscale: #616161. Windows color (decimal): -4048589 or 3357122. OLE color: 3357122.

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

Color convert

RGB1945751-
CMYK00.710.740.24
HSL2.52º58.37%48.04%-
HSV(B)2.52º73.71%76.08%-
XYZ24.3114.634.68-
YUV97.28101.89196.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.24%
GREEN value IS 57 (22.66% from 255) = 18.87%
BLUE value IS 51 (20.31% from 255) = 16.89%
R=64.24%
G=18.87%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194575100.710.740.242.5258.3748.04
HexC239330474A1833a30
Octal302716301071123037260
Binary110000101110011100110100011110010101100011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23933; }

 p { color: rgb(194,57,51); }

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

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

 a { background-color: rgb(194,57,51); }

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

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

 span { border-color: rgb(194,57,51); }

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