#C43231

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

Shades of Persian Red #C43231

Tints of Persian Red #C43231

Color information

#C43231 (or 0xC43231) is unknown color: approx Persian Red. HEX triplet: C4, 32 and 31. RGB value is (196,50,49). Sum of RGB (Red+Green+Blue) = 196+50+49=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C43231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43231 is #3BCDCE. Grayscale: #5D5D5D. Windows color (decimal): -3919311 or 3224260. OLE color: 3224260.

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

Color convert

RGB1965049-
CMYK00.740.750.23
HSL0.41º60%48.04%-
HSV(B)0.41º75%76.86%-
XYZ24.4614.244.36-
YUV93.54102.87201.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 66.44%
GREEN value IS 50 (19.92% from 255) = 16.95%
BLUE value IS 49 (19.53% from 255) = 16.61%
R=66.44%
G=16.95%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196504900.740.750.230.416048.04
HexC4323104A4B1703c30
Octal304626101121132707460
Binary11000100110010110001010010101001011101110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43231; }

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

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

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

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

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

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

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

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