#C43A38

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

Shades of Persian Red #C43A38

Tints of Persian Red #C43A38

Color information

#C43A38 (or 0xC43A38) is unknown color: approx Persian Red. HEX triplet: C4, 3A and 38. RGB value is (196,58,56). Sum of RGB (Red+Green+Blue) = 196+58+56=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43A38 is #3BC5C7. Grayscale: #636363. Windows color (decimal): -3917256 or 3685060. OLE color: 3685060.

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

Color convert

RGB1965856-
CMYK00.700.710.23
HSL0.86º55.56%49.41%-
HSV(B)0.86º71.43%76.86%-
XYZ24.9915.055.33-
YUV99.03103.72197.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.23%
GREEN value IS 58 (23.05% from 255) = 18.71%
BLUE value IS 56 (22.27% from 255) = 18.06%
R=63.23%
G=18.71%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196585600.700.710.230.8655.5649.41
HexC43A38046471713831
Octal304727001061072717061
Binary11000100111010111000010001101000111101111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43A38; }

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

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

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

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

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

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

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

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