#C7403D

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

Shades of Persian Red #C7403D

Tints of Persian Red #C7403D

Color information

#C7403D (or 0xC7403D) is unknown color: approx Persian Red. HEX triplet: C7, 40 and 3D. RGB value is (199,64,61). Sum of RGB (Red+Green+Blue) = 199+64+61=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C7403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7403D is #38BFC2. Grayscale: #686868. Windows color (decimal): -3719107 or 4014279. OLE color: 4014279.

HSL color Cylindrical-coordinate representation of color #C7403D: hue angle of 1.3º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7403D is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB1996461-
CMYK00.680.690.22
HSL1.3º55.2%50.98%-
HSV(B)1.3º69.35%78.04%-
XYZ26.2316.156.15-
YUV104.02103.73195.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 61.42%
GREEN value IS 64 (25.39% from 255) = 19.75%
BLUE value IS 61 (24.22% from 255) = 18.83%
R=61.42%
G=19.75%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199646100.680.690.221.355.250.98
HexC7403D044451613733
Octal3071007501041052616763
Binary110001111000000111101010001001000101101101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7403D; }

 p { color: rgb(199,64,61); }

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

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

 a { background-color: rgb(199,64,61); }

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

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

 span { border-color: rgb(199,64,61); }

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