#C74037

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

Shades of Persian Red #C74037

Tints of Persian Red #C74037

Color information

#C74037 (or 0xC74037) is unknown color: approx Persian Red. HEX triplet: C7, 40 and 37. RGB value is (199,64,55). Sum of RGB (Red+Green+Blue) = 199+64+55=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C74037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74037 is #38BFC8. Grayscale: #676767. Windows color (decimal): -3719113 or 3621063. OLE color: 3621063.

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

Color convert

RGB1996455-
CMYK00.680.720.22
HSL3.75º56.69%49.8%-
HSV(B)3.75º72.36%78.04%-
XYZ26.0816.085.34-
YUV103.34100.73196.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.58%
GREEN value IS 64 (25.39% from 255) = 20.13%
BLUE value IS 55 (21.88% from 255) = 17.30%
R=62.58%
G=20.13%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199645500.680.720.223.7556.6949.8
HexC74037044481643932
Octal3071006701041102647162
Binary11000111100000011011101000100100100010110100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74037; }

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

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

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

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

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

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

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

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