#C73231

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

Shades of Persian Red #C73231

Tints of Persian Red #C73231

Color information

#C73231 (or 0xC73231) is unknown color: approx Persian Red. HEX triplet: C7, 32 and 31. RGB value is (199,50,49). Sum of RGB (Red+Green+Blue) = 199+50+49=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C73231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73231 is #38CDCE. Grayscale: #5E5E5E. Windows color (decimal): -3722703 or 3224263. OLE color: 3224263.

HSL color Cylindrical-coordinate representation of color #C73231: hue angle of 0.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73231 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB1995049-
CMYK00.750.750.22
HSL0.4º60.48%48.63%-
HSV(B)0.4º75.38%78.04%-
XYZ25.2514.654.4-
YUV94.44102.36202.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 66.78%
GREEN value IS 50 (19.92% from 255) = 16.78%
BLUE value IS 49 (19.53% from 255) = 16.44%
R=66.78%
G=16.78%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199504900.750.750.220.460.4848.63
HexC7323104B4B1603c31
Octal307626101131132607461
Binary11000111110010110001010010111001011101100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73231; }

 p { color: rgb(199,50,49); }

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

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

 a { background-color: rgb(199,50,49); }

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

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

 span { border-color: rgb(199,50,49); }

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