#C43431

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

Shades of Persian Red #C43431

Tints of Persian Red #C43431

Color information

#C43431 (or 0xC43431) is unknown color: approx Persian Red. HEX triplet: C4, 34 and 31. RGB value is (196,52,49). Sum of RGB (Red+Green+Blue) = 196+52+49=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C43431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43431 is #3BCBCE. Grayscale: #5E5E5E. Windows color (decimal): -3918799 or 3224772. OLE color: 3224772.

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

Color convert

RGB1965249-
CMYK00.730.750.23
HSL1.22º60%48.04%-
HSV(B)1.22º75%76.86%-
XYZ24.5514.414.39-
YUV94.71102.21200.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.99%
GREEN value IS 52 (20.70% from 255) = 17.51%
BLUE value IS 49 (19.53% from 255) = 16.50%
R=65.99%
G=17.51%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196524900.730.750.231.226048.04
HexC434310494B1713c30
Octal304646101111132717460
Binary11000100110100110001010010011001011101111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43431; }

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

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

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

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

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

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

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

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