#c4403a

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

Shades of Persian Red #C4403A

Tints of Persian Red #C4403A

Color information

#C4403A (or 0xC4403A) is unknown color: approx Persian Red. HEX triplet: C4, 40 and 3A. RGB value is (196,64,58). Sum of RGB (Red+Green+Blue) = 196+64+58=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C4403A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4403A is #3BBFC5. Grayscale: #666666. Windows color (decimal): -3915718 or 3817668. OLE color: 3817668.

HSL color Cylindrical-coordinate representation of color #C4403A: hue angle of 2.61º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4403A is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB1966458-
CMYK00.670.700.23
HSL2.61º54.33%49.8%-
HSV(B)2.61º70.41%76.86%-
XYZ25.3615.715.7-
YUV102.78102.73194.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 61.64%
GREEN value IS 64 (25.39% from 255) = 20.13%
BLUE value IS 58 (23.05% from 255) = 18.24%
R=61.64%
G=20.13%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196645800.670.700.232.6154.3349.8
HexC4403A043461733632
Octal3041007201031062736662
Binary1100010010000001110100100001110001101011111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4403a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4403a; }

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

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

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

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

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

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

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

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