#C43A2A

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

Shades of Persian Red #C43A2A

Tints of Persian Red #C43A2A

Color information

#C43A2A (or 0xC43A2A) is unknown color: approx Persian Red. HEX triplet: C4, 3A and 2A. RGB value is (196,58,42). Sum of RGB (Red+Green+Blue) = 196+58+42=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43A2A is #3BC5D5. Grayscale: #616161. Windows color (decimal): -3917270 or 2767556. OLE color: 2767556.

HSL color Cylindrical-coordinate representation of color #C43A2A: hue angle of 6.23º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C43A2A is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB1965842-
CMYK00.700.790.23
HSL6.23º64.71%46.67%-
HSV(B)6.23º78.57%76.86%-
XYZ24.714.933.77-
YUV97.4496.72198.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 66.22%
GREEN value IS 58 (23.05% from 255) = 19.59%
BLUE value IS 42 (16.80% from 255) = 14.19%
R=66.22%
G=19.59%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196584200.700.790.236.2364.7146.67
HexC43A2A0464F176412f
Octal3047252010611727610157
Binary11000100111010101010010001101001111101111101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43A2A; }

 p { color: rgb(196,58,42); }

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

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

 a { background-color: rgb(196,58,42); }

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

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

 span { border-color: rgb(196,58,42); }

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