#c23830

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

Shades of Persian Red #C23830

Tints of Persian Red #C23830

Color information

#C23830 (or 0xC23830) is unknown color: approx Persian Red. HEX triplet: C2, 38 and 30. RGB value is (194,56,48). Sum of RGB (Red+Green+Blue) = 194+56+48=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C23830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23830 is #3DC7CF. Grayscale: #606060. Windows color (decimal): -4048848 or 3160258. OLE color: 3160258.

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

Color convert

RGB1945648-
CMYK00.710.750.24
HSL3.29º60.33%47.45%-
HSV(B)3.29º75.26%76.08%-
XYZ24.214.514.32-
YUV96.35100.72197.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 65.10%
GREEN value IS 56 (22.27% from 255) = 18.79%
BLUE value IS 48 (19.14% from 255) = 16.11%
R=65.10%
G=18.79%
B=16.11%

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
Decimal194564800.710.750.243.2960.3347.45
HexC238300474B1833c2f
Octal302706001071133037457
Binary110000101110001100000100011110010111100011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c23830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c23830; }

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

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

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

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

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

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

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

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