#C43A32

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

Shades of Persian Red #C43A32

Tints of Persian Red #C43A32

Color information

#C43A32 (or 0xC43A32) is unknown color: approx Persian Red. HEX triplet: C4, 3A and 32. RGB value is (196,58,50). Sum of RGB (Red+Green+Blue) = 196+58+50=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43A32 is #3BC5CD. Grayscale: #626262. Windows color (decimal): -3917262 or 3291844. OLE color: 3291844.

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

Color convert

RGB1965850-
CMYK00.700.740.23
HSL3.29º59.35%48.24%-
HSV(B)3.29º74.49%76.86%-
XYZ24.8514.994.6-
YUV98.35100.72197.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 64.47%
GREEN value IS 58 (23.05% from 255) = 19.08%
BLUE value IS 50 (19.92% from 255) = 16.45%
R=64.47%
G=19.08%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196585000.700.740.233.2959.3548.24
HexC43A320464A1733b30
Octal304726201061122737360
Binary110001001110101100100100011010010101011111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43A32; }

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

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

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

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

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

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

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

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