#C84138

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

Shades of Persian Red #C84138

Tints of Persian Red #C84138

Color information

#C84138 (or 0xC84138) is unknown color: approx Persian Red. HEX triplet: C8, 41 and 38. RGB value is (200,65,56). Sum of RGB (Red+Green+Blue) = 200+65+56=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C84138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84138 is #37BEC7. Grayscale: #686868. Windows color (decimal): -3653320 or 3686856. OLE color: 3686856.

HSL color Cylindrical-coordinate representation of color #C84138: 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 #C84138 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB2006556-
CMYK00.680.720.22
HSL3.75º56.69%50.2%-
HSV(B)3.75º72%78.43%-
XYZ26.4216.355.5-
YUV104.34100.73196.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 62.31%
GREEN value IS 65 (25.78% from 255) = 20.25%
BLUE value IS 56 (22.27% from 255) = 17.45%
R=62.31%
G=20.25%
B=17.45%

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
Decimal200655600.680.720.223.7556.6950.2
HexC84138044481643932
Octal3101017001041102647162
Binary11001000100000111100001000100100100010110100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84138; }

 p { color: rgb(200,65,56); }

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

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

 a { background-color: rgb(200,65,56); }

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

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

 span { border-color: rgb(200,65,56); }

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