#C74036

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

Shades of Persian Red #C74036

Tints of Persian Red #C74036

Color information

#C74036 (or 0xC74036) is unknown color: approx Persian Red. HEX triplet: C7, 40 and 36. RGB value is (199,64,54). Sum of RGB (Red+Green+Blue) = 199+64+54=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C74036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74036 is #38BFC9. Grayscale: #676767. Windows color (decimal): -3719114 or 3555527. OLE color: 3555527.

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

Color convert

RGB1996454-
CMYK00.680.730.22
HSL4.14º57.31%49.61%-
HSV(B)4.14º72.86%78.04%-
XYZ26.0516.085.22-
YUV103.22100.23196.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.78%
GREEN value IS 64 (25.39% from 255) = 20.19%
BLUE value IS 54 (21.48% from 255) = 17.03%
R=62.78%
G=20.19%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199645400.680.730.224.1457.3149.61
HexC74036044491643932
Octal3071006601041112647162
Binary11000111100000011011001000100100100110110100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74036; }

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

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

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

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

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

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

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

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