#c64038

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

Shades of Persian Red #C64038

Tints of Persian Red #C64038

Color information

#C64038 (or 0xC64038) is unknown color: approx Persian Red. HEX triplet: C6, 40 and 38. RGB value is (198,64,56). Sum of RGB (Red+Green+Blue) = 198+64+56=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C64038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64038 is #39BFC7. Grayscale: #676767. Windows color (decimal): -3784648 or 3686598. OLE color: 3686598.

HSL color Cylindrical-coordinate representation of color #C64038: hue angle of 3.38º degrees, saturation: 0.56, 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 #C64038 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB1986456-
CMYK00.680.720.22
HSL3.38º55.91%49.8%-
HSV(B)3.38º71.72%77.65%-
XYZ25.8415.965.46-
YUV103.15101.39195.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.26%
GREEN value IS 64 (25.39% from 255) = 20.13%
BLUE value IS 56 (22.27% from 255) = 17.61%
R=62.26%
G=20.13%
B=17.61%

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
Decimal198645600.680.720.223.3855.9149.8
HexC64038044481633832
Octal3061007001041102637062
Binary1100011010000001110000100010010010001011011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c64038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c64038; }

 p { color: rgb(198,64,56); }

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

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

 a { background-color: rgb(198,64,56); }

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

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

 span { border-color: rgb(198,64,56); }

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