#C23831

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

Shades of Persian Red #C23831

Tints of Persian Red #C23831

Color information

#C23831 (or 0xC23831) is unknown color: approx Persian Red. HEX triplet: C2, 38 and 31. RGB value is (194,56,49). Sum of RGB (Red+Green+Blue) = 194+56+49=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C23831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23831 is #3DC7CE. Grayscale: #606060. Windows color (decimal): -4048847 or 3225794. OLE color: 3225794.

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

Color convert

RGB1945649-
CMYK00.710.750.24
HSL2.9º59.67%47.65%-
HSV(B)2.9º74.74%76.08%-
XYZ24.2214.524.43-
YUV96.46101.22197.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.88%
GREEN value IS 56 (22.27% from 255) = 18.73%
BLUE value IS 49 (19.53% from 255) = 16.39%
R=64.88%
G=18.73%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194564900.710.750.242.959.6747.65
HexC238310474B1833c30
Octal302706101071133037460
Binary110000101110001100010100011110010111100011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23831; }

 p { color: rgb(194,56,49); }

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

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

 a { background-color: rgb(194,56,49); }

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

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

 span { border-color: rgb(194,56,49); }

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