#FF4140

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

Shades of Coral Red #FF4140

Tints of Coral Red #FF4140

Color information

#FF4140 (or 0xFF4140) is unknown color: approx Coral Red. HEX triplet: FF, 41 and 40. RGB value is (255,65,64). Sum of RGB (Red+Green+Blue) = 255+65+64=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4140 is #00BEBF. Grayscale: #797979. Windows color (decimal): -48832 or 4211199. OLE color: 4211199.

HSL color Cylindrical-coordinate representation of color #FF4140: hue angle of 0.31º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4140 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB2556564-
CMYK00.750.750
HSL0.31º100%62.55%-
HSV(B)0.31º74.9%100%-
XYZ44.0625.417.43-
YUV121.795.45223.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.41%
GREEN value IS 65 (25.78% from 255) = 16.93%
BLUE value IS 64 (25.39% from 255) = 16.67%
R=66.41%
G=16.93%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255656400.750.7500.3110062.55
HexFF414004B4B00643f
Octal37710110001131130014477
Binary1111111110000011000000010010111001011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4140; }

 p { color: rgb(255,65,64); }

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

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

 a { background-color: rgb(255,65,64); }

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

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

 span { border-color: rgb(255,65,64); }

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