#C43831

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

Shades of Persian Red #C43831

Tints of Persian Red #C43831

Color information

#C43831 (or 0xC43831) is unknown color: approx Persian Red. HEX triplet: C4, 38 and 31. RGB value is (196,56,49). Sum of RGB (Red+Green+Blue) = 196+56+49=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C43831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43831 is #3BC7CE. Grayscale: #616161. Windows color (decimal): -3917775 or 3225796. OLE color: 3225796.

HSL color Cylindrical-coordinate representation of color #C43831: hue angle of 2.86º 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 #C43831 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB1965649-
CMYK00.710.750.23
HSL2.86º60%48.04%-
HSV(B)2.86º75%76.86%-
XYZ24.7314.794.46-
YUV97.06100.88198.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.12%
GREEN value IS 56 (22.27% from 255) = 18.60%
BLUE value IS 49 (19.53% from 255) = 16.28%
R=65.12%
G=18.60%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196564900.710.750.232.866048.04
HexC438310474B1733c30
Octal304706101071132737460
Binary110001001110001100010100011110010111011111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43831; }

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

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

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

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

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

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

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

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