#FB4541

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

Shades of Coral Red #FB4541

Tints of Coral Red #FB4541

Color information

#FB4541 (or 0xFB4541) is unknown color: approx Coral Red. HEX triplet: FB, 45 and 41. RGB value is (251,69,65). Sum of RGB (Red+Green+Blue) = 251+69+65=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4541 is #04BABE. Grayscale: #7B7B7B. Windows color (decimal): -309951 or 4277755. OLE color: 4277755.

HSL color Cylindrical-coordinate representation of color #FB4541: hue angle of 1.29º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB4541 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB2516965-
CMYK00.730.740.02
HSL1.29º95.88%61.96%-
HSV(B)1.29º74.1%98.43%-
XYZ42.8725.157.6-
YUV122.9695.3219.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 65.19%
GREEN value IS 69 (27.34% from 255) = 17.92%
BLUE value IS 65 (25.78% from 255) = 16.88%
R=65.19%
G=17.92%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251696500.730.740.021.2995.8861.96
HexFB45410494A21603e
Octal37310510101111122114076
Binary11111011100010110000010100100110010101011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4541; }

 p { color: rgb(251,69,65); }

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

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

 a { background-color: rgb(251,69,65); }

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

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

 span { border-color: rgb(251,69,65); }

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